Uses of Class
org.springframework.data.jdbc.repository.query.ParameterBinding
Packages that use ParameterBinding
Package
Description
Query derivation mechanism for JDBC specific repositories.
-
Uses of ParameterBinding in org.springframework.data.jdbc.repository.query
Subclasses of ParameterBinding in org.springframework.data.jdbc.repository.queryModifier and TypeClassDescriptionstatic classRepresents a parameter binding in a JDBC query augmented with instructions of how to apply a parameter as LIKE parameter.Methods in org.springframework.data.jdbc.repository.query that return ParameterBindingModifier and TypeMethodDescriptionstatic ParameterBindingParameterBinding.like(ParameterBinding binding, Part.Type partType) 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.jdbc.repository.query with parameters of type ParameterBindingModifier and TypeMethodDescriptionstatic ParameterBindingParameterBinding.like(ParameterBinding binding, Part.Type partType)