Uses of Interface
org.springframework.data.jdbc.repository.query.ParameterBinding.ParameterOrigin
Packages that use ParameterBinding.ParameterOrigin
Package
Description
Query derivation mechanism for JDBC specific repositories.
-
Uses of ParameterBinding.ParameterOrigin in org.springframework.data.jdbc.repository.query
Classes in org.springframework.data.jdbc.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.jdbc.repository.query that return ParameterBinding.ParameterOriginMethods in org.springframework.data.jdbc.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.