Uses of Interface
org.springframework.data.neo4j.core.ReactiveNeo4jClient.RunnableSpec
Packages that use ReactiveNeo4jClient.RunnableSpec
Package
Description
This package contains the core infrastructure for creating an imperative or reactive client that can execute queries.
-
Uses of ReactiveNeo4jClient.RunnableSpec in org.springframework.data.neo4j.core
Subinterfaces of ReactiveNeo4jClient.RunnableSpec in org.springframework.data.neo4j.coreModifier and TypeInterfaceDescriptionstatic interfaceContract for a runnable query inside a dedicated database.static interfaceCombination ofNeo4jClient.RunnableSpecBoundToDatabaseandNeo4jClient.RunnableSpecBoundToUser, can't be bound any further.static interfaceContract for a runnable query bound to a user to be impersonated.static interfaceContract for a runnable query specification which still can be bound to a specific database and an impersonated user.