Interface SqmInPredicate<T>
- All Superinterfaces:
CriteriaBuilder.In<T>, Expression<Boolean>, JpaCriteriaNode, JpaExpression<Boolean>, JpaInPredicate<T>, JpaPredicate, JpaSelection<Boolean>, JpaTupleElement<Boolean>, Predicate, Selection<Boolean>, Serializable, SqmCacheable, SqmExpressibleAccessor<Boolean>, SqmExpression<Boolean>, SqmNegatablePredicate, SqmNode, SqmPredicate, SqmSelectableNode<Boolean>, SqmTypedNode<Boolean>, SqmVisitableNode, TupleElement<Boolean>
- All Known Implementing Classes:
SqmInListPredicate, SqmInSubQueryPredicate
-
Nested Class Summary
Nested classes/interfaces inherited from interface Predicate
Predicate.BooleanOperator -
Field Summary
-
Method Summary
Methods inherited from interface CriteriaBuilder.In
valueMethods inherited from interface JpaInPredicate
getExpression, value, valueMethods inherited from interface JpaSelection
alias, getCompoundSelectionItems, getSelectionItemsMethods inherited from interface JpaTupleElement
getJavaType, getJavaTypeName, isEnumMethods inherited from interface Predicate
getExpressions, getOperatorMethods 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 SqmNegatablePredicate
isNegated, negateMethods inherited from interface SqmNode
asLoggableText, nodeBuilderMethods inherited from interface SqmPredicate
copy, getExpressible, getJavaTypeDescriptor, getNodeJavaType, getNodeType, notMethods inherited from interface SqmSelectableNode
getTupleLengthMethods inherited from interface SqmVisitableNode
accept, appendHqlString, toHqlStringMethods inherited from interface TupleElement
getAlias
-
Method Details
-
getTestExpression
SqmExpression<T> getTestExpression()
-