Uses of Class
org.springframework.data.cassandra.repository.query.ParameterBinding
Packages that use ParameterBinding
Package
Description
Query derivation mechanism for Apache Cassandra specific repositories.
-
Uses of ParameterBinding in org.springframework.data.cassandra.repository.query
Methods in org.springframework.data.cassandra.repository.query that return ParameterBindingModifier and TypeMethodDescriptionstatic ParameterBindingParameterBinding.expression(ValueExpression expression) Creates a new expressionParameterBindingfor the anonymous parameter.static ParameterBindingParameterBinding.indexed(int position) Creates a newParameterBindingfor the indexed parameter using the bindable method invocation parameter as origin.static ParameterBindingCreates a newParameterBindingfor the named parameter using the bindable method invocation parameter as origin.static ParameterBindingParameterBinding.named(String name, ParameterBinding.ParameterOrigin origin) Creates a newParameterBindingfor the named parameter with the given name and origin.static ParameterBindingCreates a newParameterBindingfor the parameter with the given name and origin.Methods in org.springframework.data.cassandra.repository.query that return types with arguments of type ParameterBinding