| 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 |
|---|---|
ReactiveNeo4jClient |
AbstractReactiveNeo4jConfig.neo4jClient(org.neo4j.driver.Driver driver)
The driver used here should be the driver resulting from
AbstractReactiveNeo4jConfig.driver(), which is the default. |
| Modifier and Type | Method and Description |
|---|---|
ReactiveNeo4jTemplate |
AbstractReactiveNeo4jConfig.neo4jTemplate(ReactiveNeo4jClient neo4jClient,
Neo4jMappingContext mappingContext,
ReactiveDatabaseSelectionProvider databaseNameProvider) |
| Modifier and Type | Method and Description |
|---|---|
static ReactiveNeo4jClient |
ReactiveNeo4jClient.create(org.neo4j.driver.Driver driver) |
| Constructor and Description |
|---|
ReactiveNeo4jTemplate(ReactiveNeo4jClient neo4jClient,
Neo4jMappingContext neo4jMappingContext,
ReactiveDatabaseSelectionProvider databaseSelectionProvider) |
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.