org.springframework.data.graph.neo4j.fieldaccess
Class NodeRelationshipFieldAccessorFactory
java.lang.Object
org.springframework.data.graph.neo4j.fieldaccess.NodeRelationshipFieldAccessorFactory
- All Implemented Interfaces:
- FieldAccessorFactory<NodeBacked>
- Direct Known Subclasses:
- OneToNRelationshipFieldAccessorFactory, ReadOnlyOneToNRelationshipFieldAccessorFactory, SingleRelationshipFieldAccessorFactory
public abstract class NodeRelationshipFieldAccessorFactory
- extends Object
- implements FieldAccessorFactory<NodeBacked>
- Since:
- 12.09.2010
- Author:
- Michael Hunger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graphDatabaseContext
protected GraphDatabaseContext graphDatabaseContext
NodeRelationshipFieldAccessorFactory
public NodeRelationshipFieldAccessorFactory(GraphDatabaseContext graphDatabaseContext)
targetFrom
protected Class<? extends NodeBacked> targetFrom(Field field)
targetFrom
protected Class<? extends NodeBacked> targetFrom(RelatedTo relAnnotation)
dirFrom
protected org.neo4j.graphdb.Direction dirFrom(RelatedTo relAnnotation)
typeFrom
protected org.neo4j.graphdb.DynamicRelationshipType typeFrom(Field field)
typeFrom
protected org.neo4j.graphdb.DynamicRelationshipType typeFrom(RelatedTo relAnnotation)
typeFrom
protected org.neo4j.graphdb.DynamicRelationshipType typeFrom(Field field,
RelatedTo relAnnotation)
getRelationshipAnnotation
protected RelatedTo getRelationshipAnnotation(Field field)
hasValidRelationshipAnnotation
protected boolean hasValidRelationshipAnnotation(Field field)
Copyright © 2011. All Rights Reserved.