Spring Data Neo4j

Uses of Class
org.springframework.data.neo4j.support.mapping.Neo4jEntityPersister

Packages that use Neo4jEntityPersister
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.support.mapping   
 

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

Methods in org.springframework.data.neo4j.support that return Neo4jEntityPersister
 Neo4jEntityPersister MappingInfrastructureFactoryBean.getEntityPersister()
           
 Neo4jEntityPersister MappingInfrastructure.getEntityPersister()
           
 Neo4jEntityPersister Infrastructure.getEntityPersister()
           
 

Constructors in org.springframework.data.neo4j.support with parameters of type Neo4jEntityPersister
MappingInfrastructure(GraphDatabase graphDatabase, org.neo4j.graphdb.GraphDatabaseService graphDatabaseService, IndexProvider indexProvider, ResultConverter resultConverter, PlatformTransactionManager transactionManager, TypeRepresentationStrategies typeRepresentationStrategies, EntityRemover entityRemover, Neo4jEntityPersister entityPersister, EntityStateHandler entityStateHandler, CypherQueryExecutor cypherQueryExecutor, Neo4jMappingContext mappingContext, TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> relationshipTypeRepresentationStrategy, TypeRepresentationStrategy<org.neo4j.graphdb.Node> nodeTypeRepresentationStrategy, javax.validation.Validator validator, ConversionService conversionService)
           
 

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

Constructors in org.springframework.data.neo4j.support.mapping with parameters of type Neo4jEntityPersister
EntityCreatingClosableIterable(org.neo4j.helpers.collection.ClosableIterable<org.neo4j.graphdb.PropertyContainer> iterable, Class<T> entityClass, Neo4jEntityPersister entityPersister, Neo4jTemplate template)
           
 


Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.