- All Superinterfaces:
PropertyContainer
- All Known Implementing Classes:
RelationshipModel
- Author:
- vince
-
Method Summary
Modifier and TypeMethodDescriptionReturns name of the primary id property (property annotated with @Id)getType()booleanReturns if the relationship entity has version propertyMethods inherited from interface org.neo4j.ogm.model.PropertyContainer
addCurrentDynamicCompositeProperties, createPropertyRemovalFragment, getId, getVersion, setPreviousDynamicCompositeProperties
-
Method Details
-
getType
String getType() -
getStartNode
Long getStartNode() -
getEndNode
Long getEndNode() -
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
-