| 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 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 | Method and Description |
|---|---|
Neo4jOperations |
AbstractNeo4jConfig.neo4jTemplate(Neo4jClient neo4jClient,
Neo4jMappingContext mappingContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
Neo4jTemplate |
| Constructor and Description |
|---|
CypherdslConditionExecutorImpl(Neo4jEntityInformation<T,Object> entityInformation,
Neo4jOperations neo4jOperations) |
Neo4jQueryLookupStrategy(Neo4jOperations neo4jOperations,
Neo4jMappingContext mappingContext,
QueryMethodEvaluationContextProvider evaluationContextProvider) |
QuerydslNeo4jPredicateExecutor(Neo4jEntityInformation<T,Object> entityInformation,
Neo4jOperations neo4jOperations) |
SimpleQueryByExampleExecutor(Neo4jOperations neo4jOperations,
Neo4jMappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
Neo4jRepositoryFactoryBean.setNeo4jOperations(Neo4jOperations neo4jOperations) |
| Constructor and Description |
|---|
SimpleNeo4jRepository(Neo4jOperations neo4jOperations,
Neo4jEntityInformation<T,ID> entityInformation) |
Copyright © 2019–2021 Neo4j, Neo4j Sweden AB. All rights reserved.