|
Spring Data Neo4j | |||||||||
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 | ||
---|---|---|
|
getAnnotation(Class<T> annotationType)
|
|
Collection<? extends Annotation> |
getAnnotations()
|
|
IndexInfo |
getIndexInfo()
|
|
String |
getNeo4jPropertyName()
|
|
Neo4jPersistentEntity<?> |
getOwner()
|
|
RelationshipInfo |
getRelationshipInfo()
Returns the RelationshipInfo for the given property if it is a relationship or null otherwise. |
|
Object |
getValue(Object entity)
|
|
|
isAnnotationPresent(Class<T> annotationType)
|
|
boolean |
isDeserializableField(ConversionService conversionService)
|
|
boolean |
isIndexed()
|
|
boolean |
isNeo4jPropertyType()
|
|
boolean |
isRelationship()
Returns whether the property represents a relationship. |
|
boolean |
isSerializableField(ConversionService conversionService)
|
|
boolean |
isSimpleValueField()
|
|
boolean |
isSyntheticField()
|
|
void |
setValue(Object entity,
Object newValue)
|
Methods inherited from interface org.springframework.data.mapping.PersistentProperty |
---|
getAssociation, getComponentType, getField, getMapValueType, getName, 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()
boolean isIndexed()
IndexInfo getIndexInfo()
String getNeo4jPropertyName()
boolean isSimpleValueField()
boolean isSerializableField(ConversionService conversionService)
boolean isDeserializableField(ConversionService conversionService)
boolean isNeo4jPropertyType()
boolean isSyntheticField()
Collection<? extends Annotation> getAnnotations()
<T extends Annotation> T getAnnotation(Class<T> annotationType)
<T extends Annotation> boolean isAnnotationPresent(Class<T> annotationType)
void setValue(Object entity, Object newValue)
Object getValue(Object entity)
Neo4jPersistentEntity<?> getOwner()
getOwner
in interface org.springframework.data.mapping.PersistentProperty<Neo4jPersistentProperty>
|
Spring Data Neo4j | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |