Spring Data Neo4j

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

Packages that use EntityPersister
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.support.conversion   
org.springframework.data.neo4j.support.mapping   
org.springframework.data.neo4j.support.path   
 

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

Classes in org.springframework.data.neo4j.support that implement EntityPersister
 class Neo4jTemplate
          Mediator class for the graph related services like the GraphDatabaseService, the used TypeRepresentationStrategy, entity instantiators for nodes and relationships as well as a spring conversion service.
 

Uses of EntityPersister in org.springframework.data.neo4j.support.conversion
 

Constructors in org.springframework.data.neo4j.support.conversion with parameters of type EntityPersister
EntityResultConverter(ConversionService conversionService, EntityPersister entityPersister)
           
 

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

Classes in org.springframework.data.neo4j.support.mapping that implement EntityPersister
 class Neo4jEntityPersister
           
 

Uses of EntityPersister in org.springframework.data.neo4j.support.path
 

Constructors in org.springframework.data.neo4j.support.path with parameters of type EntityPersister
ConvertingEntityPath(EntityPersister persister, org.neo4j.graphdb.Path delegate)
           
EntityEvaluator(EntityPersister persister)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.