public static class RelatedToViaSingleFieldAccessorFactory.RelatedToViaSingleFieldAccessor extends Object implements FieldAccessor
| Constructor and Description |
|---|
RelatedToViaSingleFieldAccessor(org.neo4j.graphdb.RelationshipType type,
org.neo4j.graphdb.Direction direction,
Class<?> relatedType,
Neo4jTemplate template,
Neo4jPersistentProperty property) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue()
Returns a default implementation for a field or
null if none is provided. |
Object |
getValue(Object entity,
MappingPolicy mappingPolicy) |
boolean |
isWriteable(Object entity) |
Object |
setValue(Object entity,
Object newVal,
MappingPolicy mappingPolicy)
handles field write modification.
|
public RelatedToViaSingleFieldAccessor(org.neo4j.graphdb.RelationshipType type,
org.neo4j.graphdb.Direction direction,
Class<?> relatedType,
Neo4jTemplate template,
Neo4jPersistentProperty property)
public Object getDefaultValue()
FieldAccessornull if none is provided.
This default implementation is returned in detached mode by the DetachedEntityState
when the value of the field is get.
getDefaultValue in interface FieldAccessornull if none is provided.public Object setValue(Object entity, Object newVal, MappingPolicy mappingPolicy)
FieldAccessorsetValue in interface FieldAccessorpublic boolean isWriteable(Object entity)
isWriteable in interface FieldAccessorpublic Object getValue(Object entity, MappingPolicy mappingPolicy)
getValue in interface FieldAccessorCopyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.