| 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.transaction |
Contains the core infrastructure for translating unmanaged Neo4j transaction into Spring managed transactions.
|
| Modifier and Type | Method and Description |
|---|---|
static ReactiveUserSelectionProvider |
ReactiveUserSelectionProvider.getDefaultSelectionProvider()
A user selection provider always selecting the connected user.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveNeo4jClient.Builder |
ReactiveNeo4jClient.Builder.withUserSelectionProvider(ReactiveUserSelectionProvider impersonatedUserProvider)
Configures a provider for impersonated users.
|
| Modifier and Type | Method and Description |
|---|---|
ReactiveNeo4jTransactionManager.Builder |
ReactiveNeo4jTransactionManager.Builder.withUserSelectionProvider(ReactiveUserSelectionProvider userSelectionProvider)
Configures a provider for impersonated users.
|
Copyright © 2019–2022 Neo4j, Neo4j Sweden AB. All rights reserved.