Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.support.node.EntityStateFactory

Packages that use EntityStateFactory
org.springframework.data.neo4j.cross_store.support.node   
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.support.mapping   
org.springframework.data.neo4j.support.node   
org.springframework.data.neo4j.support.relationship   
 

Uses of EntityStateFactory in org.springframework.data.neo4j.cross_store.support.node
 

Classes in org.springframework.data.neo4j.cross_store.support.node that implement EntityStateFactory
 class CrossStoreNodeEntityStateFactory
           
 

Uses of EntityStateFactory in org.springframework.data.neo4j.support
 

Methods in org.springframework.data.neo4j.support with parameters of type EntityStateFactory
 void MappingInfrastructure.setNodeEntityStateFactory(EntityStateFactory<org.neo4j.graphdb.Node> nodeEntityStateFactory)
           
 void MappingInfrastructure.setRelationshipEntityStateFactory(EntityStateFactory<org.neo4j.graphdb.Relationship> relationshipEntityStateFactory)
           
 

Uses of EntityStateFactory in org.springframework.data.neo4j.support.mapping
 

Methods in org.springframework.data.neo4j.support.mapping that return EntityStateFactory
 EntityStateFactory<S> EntityTools.getEntityStateFactory()
           
 

Constructors in org.springframework.data.neo4j.support.mapping with parameters of type EntityStateFactory
EntityTools(TypeRepresentationStrategy<S> typeRepresentationStrategy, EntityStateFactory<S> entityStateFactory, EntityInstantiator<S> entityInstantiator)
           
SourceStateTransmitter(EntityStateFactory<S> entityStateFactory)
           
 

Uses of EntityStateFactory in org.springframework.data.neo4j.support.node
 

Classes in org.springframework.data.neo4j.support.node that implement EntityStateFactory
 class NodeEntityStateFactory
           
 

Uses of EntityStateFactory in org.springframework.data.neo4j.support.relationship
 

Classes in org.springframework.data.neo4j.support.relationship that implement EntityStateFactory
 class RelationshipEntityStateFactory
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.