Interface ParameterMetadataProvider.ParameterMetadata<T>
- Type Parameters:
T-
- Enclosing interface:
- ParameterMetadataProvider
public static interface ParameterMetadataProvider.ParameterMetadata<T>
- Author:
- Oliver Gierke, Thomas Darimont
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionjakarta.persistence.criteria.ParameterExpression<T>Returns theParameterExpression.booleanReturns whether the parameter shall be considered an IS NULL parameter.Prepares the object before it's actually bound to the {@link jakarta.persistence.Query;}.
-
Field Details
-
PLACEHOLDER
-
-
Method Details
-
getExpression
jakarta.persistence.criteria.ParameterExpression<T> getExpression()Returns theParameterExpression.- Returns:
- the expression
-
isIsNullParameter
boolean isIsNullParameter()Returns whether the parameter shall be considered an IS NULL parameter.- Returns:
-
prepare
Prepares the object before it's actually bound to the {@link jakarta.persistence.Query;}.- Parameters:
value- must not be null.- Returns:
-