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>>,org.springframework.data.util.Streamable<JpaParameters.JpaParameter>
public class JpaParameters
extends org.springframework.data.repository.query.Parameters<JpaParameters,JpaParameters.JpaParameter>
Custom extension of
Parameters discovering additional query parameter annotations.- Author:
- Thomas Darimont, Mark Paluch, Réda Housni Alaoui
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCustomParameterimplementation adding parameters of typeTemporalto the special ones. -
Field Summary
Fields inherited from class org.springframework.data.repository.query.Parameters
TYPES -
Constructor Summary
ConstructorsConstructorDescriptionJpaParameters(Method method) Creates a newJpaParametersinstance from the givenMethod. -
Method Summary
Modifier and TypeMethodDescriptionprotected JpaParameterscreateFrom(List<JpaParameters.JpaParameter> parameters) protected JpaParameters.JpaParametercreateParameter(MethodParameter parameter) Methods inherited from class org.springframework.data.repository.query.Parameters
getBindableParameter, getBindableParameters, getDynamicProjectionIndex, getNumberOfParameters, getPageableIndex, getParameter, getScrollPositionIndex, getSortIndex, hasDynamicProjection, hasPageableParameter, hasParameterAt, hasScrollPositionParameter, hasSortParameter, hasSpecialParameter, isBindable, iterator, potentiallySortsDynamicallyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.springframework.data.util.Streamable
and, and, and, and, filter, flatMap, get, isEmpty, map, stream, toList, toSet
-
Constructor Details
-
JpaParameters
Creates a newJpaParametersinstance from the givenMethod.- Parameters:
method- must not be null.
-
-
Method Details
-
createParameter
- Overrides:
createParameterin classorg.springframework.data.repository.query.Parameters<JpaParameters,JpaParameters.JpaParameter>
-
createFrom
- Specified by:
createFromin classorg.springframework.data.repository.query.Parameters<JpaParameters,JpaParameters.JpaParameter>
-