Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.mapping.EntityInstantiator

Packages that use EntityInstantiator
org.springframework.data.neo4j.config   
org.springframework.data.neo4j.cross_store.config   
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 EntityInstantiator in org.springframework.data.neo4j.config
 

Methods in org.springframework.data.neo4j.config that return EntityInstantiator
protected  EntityInstantiator<org.neo4j.graphdb.Node> Neo4jConfiguration.graphEntityInstantiator()
           
 

Uses of EntityInstantiator in org.springframework.data.neo4j.cross_store.config
 

Methods in org.springframework.data.neo4j.cross_store.config that return EntityInstantiator
protected  EntityInstantiator<org.neo4j.graphdb.Node> CrossStoreNeo4jConfiguration.graphEntityInstantiator()
           
 

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

Classes in org.springframework.data.neo4j.cross_store.support.node that implement EntityInstantiator
 class CrossStoreNodeEntityInstantiator
          Entity instantiator for Node entities that takes into account that the entity is persisted in a JPA store as well.
 

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

Methods in org.springframework.data.neo4j.support with parameters of type EntityInstantiator
 void MappingInfrastructure.setNodeEntityInstantiator(EntityInstantiator<org.neo4j.graphdb.Node> nodeEntityInstantiator)
           
 void MappingInfrastructure.setRelationshipEntityInstantiator(EntityInstantiator<org.neo4j.graphdb.Relationship> relationshipEntityInstantiator)
           
 

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

Classes in org.springframework.data.neo4j.support.mapping that implement EntityInstantiator
 class AbstractConstructorEntityInstantiator<STATE>
          Try for a constructor taking state: failing that, try a no-arg constructor and then setUnderlyingNode().
static class Neo4jEntityPersister.CachedInstantiator<S extends PropertyContainer>
           
 

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

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

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

Classes in org.springframework.data.neo4j.support.node that implement EntityInstantiator
 class NodeEntityInstantiator
          Implementation of an entity instantiator for neo4j graphdb nodes, binding the entity type to a @NodeEntity pojo and the underlying state to a neo4j Node.
 

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

Classes in org.springframework.data.neo4j.support.relationship that implement EntityInstantiator
 class RelationshipEntityInstantiator
          Instantiator for relationship entities uses non constructor invoking ReflectionFactory internal to sun reflect package.
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.