| Package | Description |
|---|---|
| org.springframework.data.neo4j.config |
This package contains configuration related support classes that can be used for application specific, annotated
configuration classes.
|
| org.springframework.data.neo4j.core |
This package contains the core infrastructure for creating a imperative or reactive client that can execute queries.
|
| Modifier and Type | Method and Description |
|---|---|
Neo4jClient |
AbstractNeo4jConfig.neo4jClient(org.neo4j.driver.Driver driver)
The driver used here should be the driver resulting from
AbstractNeo4jConfig.driver(), which is the default. |
| Modifier and Type | Method and Description |
|---|---|
Neo4jOperations |
AbstractNeo4jConfig.neo4jTemplate(Neo4jClient neo4jClient,
Neo4jMappingContext mappingContext,
DatabaseSelectionProvider databaseNameProvider) |
| Modifier and Type | Method and Description |
|---|---|
static Neo4jClient |
Neo4jClient.create(org.neo4j.driver.Driver driver) |
| Constructor and Description |
|---|
Neo4jTemplate(Neo4jClient neo4jClient) |
Neo4jTemplate(Neo4jClient neo4jClient,
Neo4jMappingContext neo4jMappingContext,
DatabaseSelectionProvider databaseSelectionProvider) |
Neo4jTemplate(Neo4jClient neo4jClient,
Neo4jMappingContext neo4jMappingContext,
DatabaseSelectionProvider databaseSelectionProvider,
EntityCallbacks entityCallbacks) |
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.