Spring Data Neo4j

org.springframework.data.neo4j.support.node
Interface EntityStateFactory<S extends org.neo4j.graphdb.PropertyContainer>

All Known Implementing Classes:
CrossStoreNodeEntityStateFactory, NodeEntityStateFactory, RelationshipEntityStateFactory

public interface EntityStateFactory<S extends org.neo4j.graphdb.PropertyContainer>

Since:
07.10.11
Author:
mh

Method Summary
 EntityState<S> getEntityState(Object entity, boolean detachable, Neo4jTemplate template)
           
 

Method Detail

getEntityState

EntityState<S> getEntityState(Object entity,
                              boolean detachable,
                              Neo4jTemplate template)

Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.