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