Interface Mappable

All Known Implementing Classes:
MappedRelationship

public interface Mappable
Author:
vince
  • Method Details

    • getEndNodeId

      long getEndNodeId()
    • getStartNodeId

      long getStartNodeId()
    • getRelationshipType

      String getRelationshipType()
    • getEndNodeType

      Class getEndNodeType()
    • getStartNodeType

      Class getStartNodeType()