Interface Edge

All Superinterfaces:
PropertyContainer
All Known Implementing Classes:
RelationshipModel

public interface Edge extends PropertyContainer
Author:
vince
  • Method Details

    • getType

      String getType()
    • getStartNode

      Long getStartNode()
    • getEndNode

      Long getEndNode()
    • getPropertyList

      List<Property<String,Object>> getPropertyList()
    • getPrimaryIdName

      String getPrimaryIdName()
      Returns name of the primary id property (property annotated with @Id)
    • hasVersionProperty

      boolean hasVersionProperty()
      Returns if the relationship entity has version property