Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.support.index.IndexProvider

Packages that use IndexProvider
org.springframework.data.neo4j.config   
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.support.index   
org.springframework.data.neo4j.support.typerepresentation   
 

Uses of IndexProvider in org.springframework.data.neo4j.config
 

Methods in org.springframework.data.neo4j.config that return IndexProvider
 IndexProvider Neo4jConfiguration.indexProvider()
           
 

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

Methods in org.springframework.data.neo4j.support that return IndexProvider
 IndexProvider MappingInfrastructureFactoryBean.getIndexProvider()
           
 IndexProvider MappingInfrastructure.getIndexProvider()
           
 IndexProvider Infrastructure.getIndexProvider()
           
 

Methods in org.springframework.data.neo4j.support with parameters of type IndexProvider
 void MappingInfrastructureFactoryBean.setIndexProvider(IndexProvider indexProvider)
           
 

Constructors in org.springframework.data.neo4j.support with parameters of type IndexProvider
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 IndexProvider in org.springframework.data.neo4j.support.index
 

Classes in org.springframework.data.neo4j.support.index that implement IndexProvider
 class IndexProviderImpl
           
 

Uses of IndexProvider in org.springframework.data.neo4j.support.typerepresentation
 

Fields in org.springframework.data.neo4j.support.typerepresentation declared as IndexProvider
protected  IndexProvider AbstractIndexingTypeRepresentationStrategy.indexProvider
           
 

Methods in org.springframework.data.neo4j.support.typerepresentation with parameters of type IndexProvider
 void TypeRepresentationStrategyFactory.setIndexProvider(IndexProvider indexProvider)
           
 

Constructors in org.springframework.data.neo4j.support.typerepresentation with parameters of type IndexProvider
AbstractIndexingTypeRepresentationStrategy(GraphDatabase graphDb, IndexProvider indexProvider, String indexName, Class<? extends org.neo4j.graphdb.PropertyContainer> clazz)
           
IndexingNodeTypeRepresentationStrategy(GraphDatabase graphDb, IndexProvider indexProvider)
           
IndexingRelationshipTypeRepresentationStrategy(GraphDatabase graphDb, IndexProvider indexProvider)
           
TypeRepresentationStrategyFactory(GraphDatabase graphDatabaseService, IndexProvider indexProvider)
           
TypeRepresentationStrategyFactory(GraphDatabase graphDatabaseService, org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.Strategy strategy, IndexProvider indexProvider)
           
 


Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.