Class RelationalParameters.RelationalParameter
java.lang.Object
org.springframework.data.repository.query.Parameter
org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter
- Enclosing class:
- RelationalParameters
public static class RelationalParameters.RelationalParameter
extends org.springframework.data.repository.query.Parameter
Custom
Parameter
implementation.- Author:
- Mark Paluch, Chirag Tailor
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.ResolvableType
org.springframework.data.util.TypeInformation<?>
Methods inherited from class org.springframework.data.repository.query.Parameter
getIndex, getName, getPlaceholder, getType, isBindable, isDynamicProjectionParameter, isExplicitlyNamed, isNamedParameter, isSpecialParameter, toString
-
Method Details
-
getResolvableType
public org.springframework.core.ResolvableType getResolvableType() -
getTypeInformation
public org.springframework.data.util.TypeInformation<?> getTypeInformation()
-