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, org.springframework.data.core.TypeInformation<?> domainType) Creates a newRelationalParameters.RelationalParameter. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.core.TypeInformation<?> Methods inherited from class Parameter
getIndex, getName, getPlaceholder, getRequiredName, getType, isBindable, isDynamicProjectionParameter, isExplicitlyNamed, isNamedParameter, isSpecialParameter, toString
-
Constructor Details
-
RelationalParameter
protected RelationalParameter(MethodParameter parameter, org.springframework.data.core.TypeInformation<?> domainType) Creates a newRelationalParameters.RelationalParameter.- Parameters:
parameter- must not be null.
-
-
Method Details
-
getResolvableType
-
getTypeInformation
public org.springframework.data.core.TypeInformation<?> getTypeInformation()
-