Interface SqmPredicate
- All Superinterfaces:
Expression<Boolean>, JpaCriteriaNode, JpaExpression<Boolean>, JpaPredicate, JpaSelection<Boolean>, JpaTupleElement<Boolean>, Predicate, Selection<Boolean>, Serializable, SqmCacheable, SqmExpressibleAccessor<Boolean>, SqmExpression<Boolean>, SqmNode, SqmSelectableNode<Boolean>, SqmTypedNode<Boolean>, SqmVisitableNode, TupleElement<Boolean>
- All Known Subinterfaces:
SqmInPredicate<T>, SqmNegatablePredicate
- All Known Implementing Classes:
AbstractNegatableSqmPredicate, AbstractSqmPredicate, SqmBetweenPredicate, SqmBooleanExpressionPredicate, SqmComparisonPredicate, SqmEmptinessPredicate, SqmExistsPredicate, SqmGroupedPredicate, SqmInListPredicate, SqmInSubQueryPredicate, SqmJunctionPredicate, SqmLikePredicate, SqmMemberOfPredicate, SqmNegatedPredicate, SqmNullnessPredicate, SqmTruthnessPredicate
-
Nested Class Summary
Nested classes/interfaces inherited from interface Predicate
Predicate.BooleanOperator -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy(SqmCopyContext context) default @NonNull SqmBindableType<Boolean> The Java type descriptor for this node.@NonNull SqmBindableType<Boolean> The expression's type.not()Methods inherited from interface JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface JpaTupleElement
getJavaType, getJavaTypeName, isEnumMethods inherited from interface Predicate
getExpressions, getOperator, isNegatedMethods inherited from interface Selection
isCompoundSelectionMethods inherited from interface SqmCacheable
cacheHashCode, isCompatibleMethods inherited from interface SqmExpression
applyInferableType, as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, castAs, equalTo, equalTo, in, in, in, in, isNotNull, isNull, notEqualTo, notEqualTo, visitSubSelectableNodesMethods inherited from interface SqmNode
asLoggableText, nodeBuilderMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmVisitableNode
accept, appendHqlString, toHqlStringMethods inherited from interface TupleElement
getAlias
-
Method Details
-
getJavaTypeDescriptor
- Specified by:
getJavaTypeDescriptorin interfaceJpaTupleElement<Boolean>
-
getNodeJavaType
Description copied from interface:SqmTypedNodeThe Java type descriptor for this node.- Specified by:
getNodeJavaTypein interfaceSqmExpressibleAccessor<Boolean>- Specified by:
getNodeJavaTypein interfaceSqmTypedNode<Boolean>
-
getExpressible
- Specified by:
getExpressiblein interfaceSqmExpressibleAccessor<Boolean>- Specified by:
getExpressiblein interfaceSqmTypedNode<Boolean>
-
getNodeType
@NonNull SqmBindableType<Boolean> getNodeType()Description copied from interface:SqmExpressionThe expression's type.Can change as a result of calls to
SqmExpression.applyInferableType(SqmBindableType)- Specified by:
getNodeTypein interfaceSqmExpression<Boolean>- Specified by:
getNodeTypein interfaceSqmTypedNode<Boolean>
-
not
SqmPredicate not()- Specified by:
notin interfaceJpaPredicate- Specified by:
notin interfacePredicate
-
copy
- Specified by:
copyin interfaceSqmExpression<Boolean>- Specified by:
copyin interfaceSqmNode- Specified by:
copyin interfaceSqmSelectableNode<Boolean>- Specified by:
copyin interfaceSqmTypedNode<Boolean>
-