|
Spring Data Graph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Neo4JPersistentProperty
Interface for Neo4J specific PersistentProperty
s. Declares additional metadata to lookup relationship
information.
Method Summary | |
---|---|
RelationshipInfo |
getRelationshipInfo()
Returns the RelationshipInfo for the given property if it is a relationship or null otherwise. |
boolean |
isRelationship()
Returns whether the property represents a relationship. |
Methods inherited from interface org.springframework.data.mapping.PersistentProperty |
---|
getAssociation, getComponentType, getField, getMapValueType, getName, getOwner, getPropertyDescriptor, getRawType, getSpelExpression, getType, getTypeInformation, isArray, isAssociation, isCollection, isComplexType, isEntity, isIdProperty, isMap, isTransient |
Method Detail |
---|
boolean isRelationship()
getRelationshipInfo()
to return a non-null value.
RelationshipInfo getRelationshipInfo()
RelationshipInfo
for the given property if it is a relationship or null otherwise.
isRelationship()
|
Spring Data Graph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |