Class MappingSupport.RelationshipPropertiesWithEntityHolder

java.lang.Object
org.springframework.data.neo4j.core.mapping.MappingSupport.RelationshipPropertiesWithEntityHolder
Enclosing class:
MappingSupport

@API(status=INTERNAL) public static final class MappingSupport.RelationshipPropertiesWithEntityHolder extends Object
Class that defines a tuple of relationship with properties and the connected target entity.
  • Method Details

    • getRelationshipPropertiesPropertyAccessor

      public PersistentPropertyAccessor<?> getRelationshipPropertiesPropertyAccessor()
    • getRelationshipProperties

      public Object getRelationshipProperties()
    • getRelatedEntity

      public Object getRelatedEntity()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object