Uses of Interface
org.springframework.data.cassandra.repository.query.ParameterBinding.BindingIdentifier
Packages that use ParameterBinding.BindingIdentifier
Package
Description
Query derivation mechanism for Apache Cassandra specific repositories.
-
Uses of ParameterBinding.BindingIdentifier in org.springframework.data.cassandra.repository.query
Methods in org.springframework.data.cassandra.repository.query that return ParameterBinding.BindingIdentifierModifier and TypeMethodDescriptionParameterBinding.BindingIdentifier.anonymous()Creates an anonymous (?) that binds by position.ParameterBinding.getIdentifier()ParameterBinding.MethodInvocationArgument.identifier()Returns the value of theidentifierrecord component.Map the name of the binding to a new name using the givenFunctionif the binding has a name.ParameterBinding.BindingIdentifier.of(int position) Creates an identifier for the givenposition.Creates an identifier for the givenname.Creates an identifier for the givennameandposition.ParameterBinding.BindingIdentifier.withPosition(int position) Associate a position with the binding.Methods in org.springframework.data.cassandra.repository.query with parameters of type ParameterBinding.BindingIdentifierModifier and TypeMethodDescriptionParameterBinding.ParameterOrigin.ofParameter(ParameterBinding.BindingIdentifier identifier) Constructors in org.springframework.data.cassandra.repository.query with parameters of type ParameterBinding.BindingIdentifierModifierConstructorDescriptionCreates an instance of aMethodInvocationArgumentrecord class.protectedParameterBinding(ParameterBinding.BindingIdentifier identifier, ParameterBinding.ParameterOrigin origin) Creates a newParameterBindingfor the parameter with the given identifier and origin.