Spring Data Neo4j

org.springframework.data.neo4j.cross_store.support.node
Class CrossStoreNodeEntityStateFactory

java.lang.Object
  extended by org.springframework.data.neo4j.support.node.NodeEntityStateFactory
      extended by org.springframework.data.neo4j.cross_store.support.node.CrossStoreNodeEntityStateFactory
All Implemented Interfaces:
EntityStateFactory<org.neo4j.graphdb.Node>

public class CrossStoreNodeEntityStateFactory
extends NodeEntityStateFactory

Since:
30.09.11
Author:
mh

Field Summary
 
Fields inherited from class org.springframework.data.neo4j.support.node.NodeEntityStateFactory
mappingContext, nodeDelegatingFieldAccessorFactory, template
 
Constructor Summary
CrossStoreNodeEntityStateFactory()
           
 
Method Summary
 EntityState<org.neo4j.graphdb.Node> getEntityState(Object entity, boolean detachable)
           
 void setEntityManagerFactory(javax.persistence.EntityManagerFactory entityManagerFactory)
           
 void setTemplate(Neo4jTemplate template)
           
 
Methods inherited from class org.springframework.data.neo4j.support.node.NodeEntityStateFactory
getMappingContext, getTemplate, setMappingContext, setNodeDelegatingFieldAccessorFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrossStoreNodeEntityStateFactory

public CrossStoreNodeEntityStateFactory()
Method Detail

getEntityState

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

setEntityManagerFactory

public void setEntityManagerFactory(javax.persistence.EntityManagerFactory entityManagerFactory)

setTemplate

public void setTemplate(Neo4jTemplate template)
Overrides:
setTemplate in class NodeEntityStateFactory

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.