| Package | Description |
|---|---|
| org.springframework.data.neo4j.config | |
| org.springframework.data.neo4j.repository.cdi |
CDI support for Neo4j specific repository implementation.
|
| org.springframework.data.neo4j.support | |
| org.springframework.data.neo4j.support.index | |
| org.springframework.data.neo4j.support.mapping | |
| org.springframework.data.neo4j.support.schema | |
| org.springframework.data.neo4j.support.typerepresentation | |
| org.springframework.data.neo4j.template |
| Modifier and Type | Method and Description |
|---|---|
GraphDatabase |
Neo4jConfiguration.graphDatabase() |
| Constructor and Description |
|---|
Neo4jCdiRepositoryBean(javax.enterprise.inject.spi.Bean<GraphDatabase> graphDatabase,
Set<Annotation> qualifiers,
Class<T> repositoryType,
javax.enterprise.inject.spi.BeanManager beanManager,
CustomRepositoryImplementationDetector detector)
Creates a new
Neo4jCdiRepositoryBean. |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingGraphDatabase |
| Modifier and Type | Field and Description |
|---|---|
protected GraphDatabase |
GraphDatabaseFactoryBean.graphDatabase |
| Modifier and Type | Method and Description |
|---|---|
GraphDatabase |
Infrastructure.getGraphDatabase() |
GraphDatabase |
MappingInfrastructure.getGraphDatabase() |
GraphDatabase |
MappingInfrastructureFactoryBean.getGraphDatabase() |
GraphDatabase |
Neo4jTemplate.getGraphDatabase() |
GraphDatabase |
GraphDatabaseFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
static Infrastructure |
MappingInfrastructureFactoryBean.createDirect(GraphDatabase graphDatabase,
PlatformTransactionManager transactionManager) |
static org.neo4j.graphdb.Node |
ReferenceNodes.getReferenceNode(GraphDatabase db) |
static org.neo4j.graphdb.Node |
ReferenceNodes.getReferenceNode(GraphDatabase db,
String name) |
static org.neo4j.graphdb.Node |
ReferenceNodes.obtainReferenceNode(GraphDatabase db) |
static org.neo4j.graphdb.Node |
ReferenceNodes.obtainReferenceNode(GraphDatabase db,
String name) |
void |
MappingInfrastructureFactoryBean.setGraphDatabase(GraphDatabase graphDatabase) |
| Constructor and Description |
|---|
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,
SchemaIndexProvider schemaIndexProvider,
TypeSafetyPolicy typeSafetyPolicy) |
MappingInfrastructureFactoryBean(GraphDatabase graphDatabase,
PlatformTransactionManager transactionManager) |
Neo4jTemplate(GraphDatabase graphDatabase) |
Neo4jTemplate(GraphDatabase graphDatabase,
PlatformTransactionManager transactionManager) |
| Constructor and Description |
|---|
IndexProviderImpl(GraphDatabase graphDatabase) |
| Constructor and Description |
|---|
EntityRemover(EntityStateHandler entityStateHandler,
TypeRepresentationStrategy<org.neo4j.graphdb.Node> nodeTypeRepresentationStrategy,
TypeRepresentationStrategy<org.neo4j.graphdb.Relationship> relationshipTypeRepresentationStrategy,
GraphDatabase graphDatabase) |
EntityStateHandler(Neo4jMappingContext mappingContext,
GraphDatabase graphDatabase,
ConversionService conversionService) |
| Constructor and Description |
|---|
SchemaIndexProvider(GraphDatabase gd) |
| Modifier and Type | Field and Description |
|---|---|
protected GraphDatabase |
AbstractIndexBasedTypeRepresentationStrategy.graphDb |
protected GraphDatabase |
LabelBasedNodeTypeRepresentationStrategy.graphDb |
protected GraphDatabase |
SingleLabelBasedNodeTypeRepresentationStrategy.graphDb |
| Modifier and Type | Method and Description |
|---|---|
abstract NodeTypeRepresentationStrategy |
TypeRepresentationStrategyFactory.Strategy.getNodeTypeRepresentationStrategy(GraphDatabase graphDatabaseService,
IndexProvider indexProvider) |
abstract RelationshipTypeRepresentationStrategy |
TypeRepresentationStrategyFactory.Strategy.getRelationshipTypeRepresentationStrategy(GraphDatabase graphDatabaseService,
IndexProvider indexProvider) |
static boolean |
AbstractIndexBasedTypeRepresentationStrategy.isStrategyAlreadyInUse(GraphDatabase graphDatabaseService) |
static boolean |
LabelBasedNodeTypeRepresentationStrategy.isStrategyAlreadyInUse(GraphDatabase graphDatabaseService) |
static boolean |
SingleLabelBasedNodeTypeRepresentationStrategy.isStrategyAlreadyInUse(GraphDatabase graphDatabaseService) |
static boolean |
SubReferenceNodeTypeRepresentationStrategy.isStrategyAlreadyInUse(GraphDatabase graphDatabaseService) |
| Modifier and Type | Method and Description |
|---|---|
GraphDatabase |
Neo4jOperations.getGraphDatabase() |
| Modifier and Type | Method and Description |
|---|---|
T |
GraphCallback.doWithGraph(GraphDatabase graph) |
Void |
GraphCallback.WithoutResult.doWithGraph(GraphDatabase graph) |
abstract void |
GraphCallback.WithoutResult.doWithGraphWithoutResult(GraphDatabase graph) |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.