Class JpaParameters
java.lang.Object
org.springframework.data.repository.query.Parameters<JpaParameters,JpaParameters.JpaParameter>
org.springframework.data.jpa.repository.query.JpaParameters
- All Implemented Interfaces:
Iterable<JpaParameters.JpaParameter>
,Supplier<Stream<JpaParameters.JpaParameter>>
,Streamable<JpaParameters.JpaParameter>
Custom extension of
Parameters
discovering additional query parameter annotations.- Author:
- Thomas Darimont, Mark Paluch, RĂ©da Housni Alaoui
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class org.springframework.data.repository.query.Parameters
TYPES
-
Constructor Summary
ConstructorDescriptionJpaParameters
(Method method) Creates a newJpaParameters
instance from the givenMethod
. -
Method Summary
Modifier and TypeMethodDescriptionprotected JpaParameters
createFrom
(List<JpaParameters.JpaParameter> parameters) protected JpaParameters.JpaParameter
createParameter
(MethodParameter parameter) Methods inherited from class org.springframework.data.repository.query.Parameters
getBindableParameter, getBindableParameters, getDynamicProjectionIndex, getNumberOfParameters, getPageableIndex, getParameter, getSortIndex, hasDynamicProjection, hasPageableParameter, hasParameterAt, hasSortParameter, hasSpecialParameter, isBindable, iterator, potentiallySortsDynamically
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
JpaParameters
Creates a newJpaParameters
instance from the givenMethod
.- Parameters:
method
- must not be null.
-
-
Method Details
-
createParameter
- Specified by:
createParameter
in classParameters<JpaParameters,
JpaParameters.JpaParameter>
-
createFrom
- Specified by:
createFrom
in classParameters<JpaParameters,
JpaParameters.JpaParameter>
-