| 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.core.mapping |
The main mapping framework.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveNeo4jClient.Builder |
ReactiveNeo4jClient.Builder.withNeo4jConversions(Neo4jConversions neo4jConversions)
Configures the set of
Neo4jConversions to use. |
Neo4jClient.Builder |
Neo4jClient.Builder.withNeo4jConversions(Neo4jConversions neo4jConversions)
Configures the set of
Neo4jConversions to use. |
| Constructor and Description |
|---|
Neo4jMappingContext(Neo4jConversions neo4jConversions) |
Neo4jMappingContext(Neo4jConversions neo4jConversions,
org.neo4j.driver.types.TypeSystem typeSystem)
This API is primarily used from inside the CDI extension to configure the type system.
|
Copyright © 2019–2022 Neo4j, Neo4j Sweden AB. All rights reserved.