| Package | Description |
|---|---|
| org.springframework.data.neo4j.core |
This package contains the core infrastructure for creating an imperative or reactive client that can execute queries.
|
| org.springframework.data.neo4j.repository.query |
A set of annotations for providing custom queries to repositories.
|
| org.springframework.data.neo4j.repository.support |
This package provides a couple of public support classes for building custom imperative and reactive Spring Data Neo4j
repository base classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReactiveNeo4jTemplate |
| Constructor and Description |
|---|
ReactiveNeo4jQueryLookupStrategy(ReactiveNeo4jOperations neo4jOperations,
Neo4jMappingContext mappingContext,
QueryMethodEvaluationContextProvider evaluationContextProvider) |
SimpleReactiveQueryByExampleExecutor(ReactiveNeo4jOperations neo4jOperations,
Neo4jMappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReactiveNeo4jRepositoryFactoryBean.setNeo4jOperations(ReactiveNeo4jOperations neo4jOperations) |
| Constructor and Description |
|---|
SimpleReactiveNeo4jRepository(ReactiveNeo4jOperations neo4jOperations,
Neo4jEntityInformation<T,ID> entityInformation) |
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.