org.springframework.data.graph.neo4j.fieldaccess
Class IdFieldAccessorFactory.IdFieldAccessor
java.lang.Object
org.springframework.data.graph.neo4j.fieldaccess.IdFieldAccessorFactory.IdFieldAccessor
- All Implemented Interfaces:
- FieldAccessor<NodeBacked>
- Enclosing class:
- IdFieldAccessorFactory
public static class IdFieldAccessorFactory.IdFieldAccessor
- extends Object
- implements FieldAccessor<NodeBacked>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
field
protected final Field field
IdFieldAccessorFactory.IdFieldAccessor
public IdFieldAccessorFactory.IdFieldAccessor(Field field)
isWriteable
public boolean isWriteable(NodeBacked nodeBacked)
- Specified by:
isWriteable
in interface FieldAccessor<NodeBacked>
- Returns:
- false for read only or computed fields, true otherwise
setValue
public Object setValue(NodeBacked nodeBacked,
Object newVal)
- Description copied from interface:
FieldAccessor
- handles field write modification.
- Specified by:
setValue
in interface FieldAccessor<NodeBacked>
- Returns:
- the written value or a DoReturn wrapper with the written value or null.
DoReturn indicates that the aspect should not proceed to the original field access but instead return immediately.
getValue
public Object getValue(NodeBacked nodeBacked)
- Specified by:
getValue
in interface FieldAccessor<NodeBacked>
- Returns:
- the value or a DoReturn wrapper with the value for the field.
DoReturn indicates that the aspect should not proceed to the original field access but instead return immediately.
Copyright © 2011. All Rights Reserved.