public interface Edge extends PropertyContainer
| Type | Property and Description |
|---|---|
boolean |
hasVersion
Returns if the relationship entity has version property
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getEndNode() |
Long |
getId() |
String |
getPrimaryIdName()
Returns name of the primary id property (property annotated with @Id)
|
List<Property<String,Object>> |
getPropertyList() |
Long |
getStartNode() |
String |
getType() |
boolean |
hasVersionProperty()
Returns if the relationship entity has version property
|
getVersionboolean hasVersionProperty
String getType()
Long getStartNode()
Long getEndNode()
Long getId()
String getPrimaryIdName()
boolean hasVersionProperty()
Copyright © 2018 Neo Technology, Inc.. All rights reserved.