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

Packages that use EntityRemover
org.springframework.data.neo4j.support   
 

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

Methods in org.springframework.data.neo4j.support that return EntityRemover
 EntityRemover Infrastructure.getEntityRemover()
           
 EntityRemover MappingInfrastructure.getEntityRemover()
           
 EntityRemover MappingInfrastructureFactoryBean.getEntityRemover()
           
 

Constructors in org.springframework.data.neo4j.support with parameters of type EntityRemover
MappingInfrastructure(GraphDatabase graphDatabase, org.neo4j.graphdb.GraphDatabaseService graphDatabaseService, IndexProvider indexProvider, ResultConverter resultConverter, org.springframework.transaction.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, org.springframework.core.convert.ConversionService conversionService)
           
 



Copyright © 2012 SpringSource. All Rights Reserved.