Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.core.GraphDatabase

Packages that use GraphDatabase
org.springframework.data.neo4j.config   
org.springframework.data.neo4j.rest   
org.springframework.data.neo4j.support   
org.springframework.data.neo4j.support.index   
org.springframework.data.neo4j.support.mapping   
org.springframework.data.neo4j.support.typerepresentation   
org.springframework.data.neo4j.template   
 

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

Methods in org.springframework.data.neo4j.config that return GraphDatabase
 GraphDatabase Neo4jConfiguration.graphDatabase()
           
 

Uses of GraphDatabase in org.springframework.data.neo4j.rest
 

Classes in org.springframework.data.neo4j.rest that implement GraphDatabase
 class SpringRestGraphDatabase
           
 

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

Classes in org.springframework.data.neo4j.support that implement GraphDatabase
 class DelegatingGraphDatabase
           
 

Fields in org.springframework.data.neo4j.support declared as GraphDatabase
protected  GraphDatabase GraphDatabaseFactory.graphDatabase
           
 

Methods in org.springframework.data.neo4j.support that return GraphDatabase
 GraphDatabase Neo4jTemplate.getGraphDatabase()
           
 GraphDatabase MappingInfrastructure.getGraphDatabase()
           
 GraphDatabase GraphDatabaseFactory.getObject()
           
 

Methods in org.springframework.data.neo4j.support with parameters of type GraphDatabase
 void MappingInfrastructure.setGraphDatabase(GraphDatabase graphDatabase)
           
 

Constructors in org.springframework.data.neo4j.support with parameters of type GraphDatabase
MappingInfrastructure(GraphDatabase graphDatabase, PlatformTransactionManager transactionManager)
           
Neo4jTemplate(GraphDatabase graphDatabase)
           
Neo4jTemplate(GraphDatabase graphDatabase, PlatformTransactionManager transactionManager)
           
 

Uses of GraphDatabase in org.springframework.data.neo4j.support.index
 

Constructors in org.springframework.data.neo4j.support.index with parameters of type GraphDatabase
IndexProvider(Neo4jMappingContext mappingContext, GraphDatabase graphDatabase)
           
 

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

Constructors in org.springframework.data.neo4j.support.mapping with parameters of type GraphDatabase
EntityRemover(EntityStateHandler entityStateHandler, TypeRepresentationStrategy<org.neo4j.graphdb.Node> nodeTypeRepresentationStrategy, TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> relationshipTypeRepresentationStrategy, GraphDatabase graphDatabase)
           
EntityStateHandler(Neo4jMappingContext mappingContext, GraphDatabase graphDatabase)
           
 

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

Constructors in org.springframework.data.neo4j.support.typerepresentation with parameters of type GraphDatabase
IndexingNodeTypeRepresentationStrategy(GraphDatabase graphDb)
           
IndexingRelationshipTypeRepresentationStrategy(GraphDatabase graphDb)
           
SubReferenceNodeTypeRepresentationStrategy(GraphDatabase graphDatabase)
           
TypeRepresentationStrategyFactory(GraphDatabase graphDatabaseService)
           
TypeRepresentationStrategyFactory(GraphDatabase graphDatabaseService, org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.Strategy strategy)
           
 

Uses of GraphDatabase in org.springframework.data.neo4j.template
 

Methods in org.springframework.data.neo4j.template that return GraphDatabase
 GraphDatabase Neo4jOperations.getGraphDatabase()
           
 

Methods in org.springframework.data.neo4j.template with parameters of type GraphDatabase
 T GraphCallback.doWithGraph(GraphDatabase graph)
           
 Void GraphCallback.WithoutResult.doWithGraph(GraphDatabase graph)
           
abstract  void GraphCallback.WithoutResult.doWithGraphWithoutResult(GraphDatabase graph)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.