Class JpaParameters.JpaParameter
java.lang.Object
org.springframework.data.repository.query.Parameter
org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter
- Enclosing class:
- JpaParameters
public static class JpaParameters.JpaParameter
extends org.springframework.data.repository.query.Parameter
Custom
Parameter
implementation adding parameters of type Temporal
to the special ones.- Author:
- Thomas Darimont, Oliver Gierke
-
Constructor Summary
ModifierConstructorDescriptionprotected
JpaParameter
(org.springframework.core.MethodParameter parameter) Creates a newJpaParameters.JpaParameter
. -
Method Summary
Methods inherited from class org.springframework.data.repository.query.Parameter
getIndex, getName, getPlaceholder, getType, isDynamicProjectionParameter, isExplicitlyNamed, isNamedParameter, isSpecialParameter, toString
-
Constructor Details
-
JpaParameter
protected JpaParameter(org.springframework.core.MethodParameter parameter) Creates a newJpaParameters.JpaParameter
.- Parameters:
parameter
- must not be null.
-
-
Method Details
-
isBindable
public boolean isBindable()- Overrides:
isBindable
in classorg.springframework.data.repository.query.Parameter
-