Spring Data Neo4j

org.springframework.data.neo4j.support.relationship
Class RelationshipEntityStateFactory

java.lang.Object
  extended by org.springframework.data.neo4j.support.relationship.RelationshipEntityStateFactory
All Implemented Interfaces:
EntityStateFactory<org.neo4j.graphdb.Relationship>

public class RelationshipEntityStateFactory
extends Object
implements EntityStateFactory<org.neo4j.graphdb.Relationship>


Constructor Summary
RelationshipEntityStateFactory(Neo4jMappingContext mappingContext, FieldAccessorFactoryFactory relationshipDelegatingFieldAccessorFactory)
           
 
Method Summary
 EntityState<org.neo4j.graphdb.Relationship> getEntityState(Object entity, boolean detachable, Neo4jTemplate template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipEntityStateFactory

public RelationshipEntityStateFactory(Neo4jMappingContext mappingContext,
                                      FieldAccessorFactoryFactory relationshipDelegatingFieldAccessorFactory)
Method Detail

getEntityState

public EntityState<org.neo4j.graphdb.Relationship> getEntityState(Object entity,
                                                                  boolean detachable,
                                                                  Neo4jTemplate template)
Specified by:
getEntityState in interface EntityStateFactory<org.neo4j.graphdb.Relationship>

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.