Uses of Interface
org.springframework.data.neo4j.core.Neo4jClient.BindSpec
Packages that use Neo4jClient.BindSpec
Package
Description
This package contains the core infrastructure for creating an imperative or reactive client that can execute queries.
-
Uses of Neo4jClient.BindSpec in org.springframework.data.neo4j.core
Classes in org.springframework.data.neo4j.core with type parameters of type Neo4jClient.BindSpecModifier and TypeInterfaceDescriptionstatic interfaceNeo4jClient.BindSpec<S extends Neo4jClient.BindSpec<S>>Contract for binding parameters to a query.static interfaceNeo4jClient.OngoingBindSpec<T,S extends Neo4jClient.BindSpec<S>> Ongoing bind specification.Subinterfaces of Neo4jClient.BindSpec in org.springframework.data.neo4j.coreModifier and TypeInterfaceDescriptionstatic interfaceContract for a runnable query that can be either run returning its result, run without results or be parameterized.static 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.static interfaceContract for a runnable query that can be either run returning its result, run without results or be parameterized.static 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.