org.springframework.data.graph.neo4j.fieldaccess
Class OneToNRelationshipEntityFieldAccessorFactory
java.lang.Object
org.springframework.data.graph.neo4j.fieldaccess.OneToNRelationshipEntityFieldAccessorFactory
- All Implemented Interfaces:
- FieldAccessorFactory<NodeBacked>
public class OneToNRelationshipEntityFieldAccessorFactory
- extends Object
- implements FieldAccessorFactory<NodeBacked>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OneToNRelationshipEntityFieldAccessorFactory
public OneToNRelationshipEntityFieldAccessorFactory(GraphDatabaseContext graphDatabaseContext)
accept
public boolean accept(Field f)
- Specified by:
accept
in interface FieldAccessorFactory<NodeBacked>
- Parameters:
f
- field to check
- Returns:
- true if this factory is responsible for creating a accessor for this field
forField
public FieldAccessor<NodeBacked> forField(Field field)
- Specified by:
forField
in interface FieldAccessorFactory<NodeBacked>
- Parameters:
field
- the field to create an accessor for
- Returns:
- a field accessor for the field or null if none can be created
Copyright © 2011. All Rights Reserved.