Uses of Interface
org.springframework.data.cassandra.repository.query.ParameterBinding.ParameterOrigin
Packages that use ParameterBinding.ParameterOrigin
Package
Description
Query derivation mechanism for Apache Cassandra specific repositories.
-
Uses of ParameterBinding.ParameterOrigin in org.springframework.data.cassandra.repository.query
Classes in org.springframework.data.cassandra.repository.query that implement ParameterBinding.ParameterOriginModifier and TypeClassDescriptionstatic final recordValue object capturing the expression of which a binding parameter originates.static final recordValue object capturing the method invocation parameter reference.static final recordValue object capturing the expression of which a binding parameter originates.Methods in org.springframework.data.cassandra.repository.query that return ParameterBinding.ParameterOriginMethods in org.springframework.data.cassandra.repository.query with parameters of type ParameterBinding.ParameterOriginModifier and TypeMethodDescriptionstatic ParameterBindingParameterBinding.named(String name, ParameterBinding.ParameterOrigin origin) Creates a newParameterBindingfor the named parameter with the given name and origin.Constructors in org.springframework.data.cassandra.repository.query with parameters of type ParameterBinding.ParameterOriginModifierConstructorDescriptionprotectedParameterBinding(ParameterBinding.BindingIdentifier identifier, ParameterBinding.ParameterOrigin origin) Creates a newParameterBindingfor the parameter with the given identifier and origin.