Uses of Interface
org.springframework.data.neo4j.core.ReactiveUserSelectionProvider
Packages that use ReactiveUserSelectionProvider
Package
Description
This package contains the core infrastructure for creating an
imperative or reactive client that can execute queries.
Contains the core infrastructure for translating unmanaged Neo4j
transaction into Spring managed transactions.
-
Uses of ReactiveUserSelectionProvider in org.springframework.data.neo4j.core
Methods in org.springframework.data.neo4j.core that return ReactiveUserSelectionProviderModifier and TypeMethodDescriptionReactiveUserSelectionProvider.getDefaultSelectionProvider()A user selection provider always selecting the connected user.Methods in org.springframework.data.neo4j.core with parameters of type ReactiveUserSelectionProviderModifier and TypeMethodDescriptionReactiveNeo4jClient.Builder.withUserSelectionProvider(@Nullable ReactiveUserSelectionProvider impersonatedUserProvider) Configures a provider for impersonated users. -
Uses of ReactiveUserSelectionProvider in org.springframework.data.neo4j.core.transaction
Methods in org.springframework.data.neo4j.core.transaction with parameters of type ReactiveUserSelectionProviderModifier and TypeMethodDescriptionReactiveNeo4jTransactionManager.Builder.withUserSelectionProvider(@Nullable ReactiveUserSelectionProvider userSelectionProvider) Configures a provider for impersonated users.