Module spring.data.relational
Class RelationalParameters.RelationalParameter
java.lang.Object
org.springframework.data.repository.query.Parameter
org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter
- Enclosing class:
- RelationalParameters
Custom
Parameter implementation.- Author:
- Mark Paluch, Chirag Tailor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRelationalParameter(MethodParameter parameter) Creates a newRelationalParameters.RelationalParameter.protectedRelationalParameter(MethodParameter parameter, TypeInformation<?> domainType) Creates a newRelationalParameters.RelationalParameter. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.springframework.data.repository.query.Parameter
getIndex, getName, getPlaceholder, getType, isBindable, isDynamicProjectionParameter, isExplicitlyNamed, isNamedParameter, isSpecialParameter, toString
-
Constructor Details
-
RelationalParameter
Creates a newRelationalParameters.RelationalParameter.- Parameters:
parameter- must not be null.
-
RelationalParameter
Creates a newRelationalParameters.RelationalParameter.- Parameters:
parameter- must not be null.
-
-
Method Details
-
getResolvableType
-
getTypeInformation
-