Uses of Interface
org.springframework.data.jdbc.repository.query.ParameterBinding.BindingIdentifier
Packages that use ParameterBinding.BindingIdentifier
Package
Description
Query derivation mechanism for JDBC specific repositories.
-
Uses of ParameterBinding.BindingIdentifier in org.springframework.data.jdbc.repository.query
Methods in org.springframework.data.jdbc.repository.query that return ParameterBinding.BindingIdentifierModifier and TypeMethodDescriptionParameterBinding.getIdentifier()ParameterBinding.MethodInvocationArgument.identifier()Returns the value of theidentifierrecord component.ParameterBinding.BindingIdentifier.of(int position) Creates an identifier for the givenposition.Creates an identifier for the givenname.Creates an identifier for the givennameandposition.Methods in org.springframework.data.jdbc.repository.query with parameters of type ParameterBinding.BindingIdentifierModifier and TypeMethodDescriptionParameterBinding.ParameterOrigin.ofParameter(ParameterBinding.BindingIdentifier identifier) Constructors in org.springframework.data.jdbc.repository.query with parameters of type ParameterBinding.BindingIdentifierModifierConstructorDescriptionCreates an instance of aMethodInvocationArgumentrecord class.