Uses of Class
org.springframework.data.repository.query.Parameter
Packages that use Parameter
Package
Description
Support classes to work with query methods.
-
Uses of Parameter in org.springframework.data.repository.query
Classes in org.springframework.data.repository.query with type parameters of type ParameterModifier and TypeClassDescriptionclass
Parameters<S extends Parameters<S,
T>, T extends Parameter> Abstracts method parameters that have to be bound to query parameters or applied to the query independently.Method parameters in org.springframework.data.repository.query with type arguments of type ParameterModifier and TypeMethodDescriptionprotected DefaultParameters
DefaultParameters.createFrom
(List<Parameter> parameters)