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 MappingInfrastructure.getIndexProvider()
           
 

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

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, Class<? extends Annotation> typeEntityClass)
           
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 © 2011 SpringSource. All Rights Reserved.