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()
           
 
Method Summary
 EntityState<org.neo4j.graphdb.Relationship> getEntityState(Object entity, boolean detachable)
           
 Neo4jTemplate getTemplate()
           
 void setMappingContext(Neo4jMappingContext mappingContext)
           
 void setRelationshipDelegatingFieldAccessorFactory(DelegatingFieldAccessorFactory delegatingFieldAccessorFactory)
           
 void setTemplate(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()
Method Detail

getEntityState

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

setTemplate

public void setTemplate(Neo4jTemplate template)

setRelationshipDelegatingFieldAccessorFactory

public void setRelationshipDelegatingFieldAccessorFactory(DelegatingFieldAccessorFactory delegatingFieldAccessorFactory)

setMappingContext

public void setMappingContext(Neo4jMappingContext mappingContext)

getTemplate

public Neo4jTemplate getTemplate()
Specified by:
getTemplate in interface EntityStateFactory<org.neo4j.graphdb.Relationship>

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.