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