|
Spring Data Neo4j | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
MappingInfrastructure.getGraphDatabase()
|
GraphDatabase |
Neo4jTemplate.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 | |
|---|---|
IndexProviderImpl(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 |
|---|
| Fields in org.springframework.data.neo4j.support.typerepresentation declared as GraphDatabase | |
|---|---|
protected GraphDatabase |
AbstractIndexingTypeRepresentationStrategy.graphDb
|
| Constructors in org.springframework.data.neo4j.support.typerepresentation with parameters of type GraphDatabase | |
|---|---|
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)
|
|
SubReferenceNodeTypeRepresentationStrategy(GraphDatabase graphDatabase)
|
|
TypeRepresentationStrategyFactory(GraphDatabase graphDatabaseService)
|
|
TypeRepresentationStrategyFactory(GraphDatabase graphDatabaseService,
IndexProvider indexProvider)
|
|
TypeRepresentationStrategyFactory(GraphDatabase graphDatabaseService,
org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.Strategy strategy)
|
|
TypeRepresentationStrategyFactory(GraphDatabase graphDatabaseService,
org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.Strategy strategy,
IndexProvider indexProvider)
|
|
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||