Interface SqmInPredicate<T>
-
- All Superinterfaces:
CriteriaBuilder.In<T>,Expression<Boolean>,JpaCriteriaNode,JpaExpression<Boolean>,JpaInPredicate<T>,JpaPredicate,JpaSelection<Boolean>,JpaTupleElement<Boolean>,Predicate,Selection<Boolean>,Serializable,SqmExpressibleAccessor<Boolean>,SqmExpression<Boolean>,SqmNegatablePredicate,SqmNode,SqmPredicate,SqmSelectableNode<Boolean>,SqmTypedNode<Boolean>,SqmVisitableNode,TupleElement<Boolean>
- All Known Implementing Classes:
SqmInListPredicate,SqmInSubQueryPredicate
public interface SqmInPredicate<T> extends SqmNegatablePredicate, JpaInPredicate<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jakarta.persistence.criteria.Predicate
Predicate.BooleanOperator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqmExpression<T>getTestExpression()-
Methods inherited from interface jakarta.persistence.criteria.CriteriaBuilder.In
value
-
Methods inherited from interface org.hibernate.query.criteria.JpaInPredicate
getExpression, value, value
-
Methods inherited from interface org.hibernate.query.criteria.JpaSelection
alias, getCompoundSelectionItems, getSelectionItems
-
Methods inherited from interface org.hibernate.query.criteria.JpaTupleElement
getJavaType, getJavaTypeName, isEnum
-
Methods inherited from interface jakarta.persistence.criteria.Predicate
getExpressions, getOperator
-
Methods inherited from interface jakarta.persistence.criteria.Selection
isCompoundSelection
-
Methods inherited from interface org.hibernate.query.sqm.tree.expression.SqmExpression
applyInferableType, as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, cast, castAs, equalTo, equalTo, getNodeType, in, in, in, in, isNotNull, isNull, visitSubSelectableNodes
-
Methods inherited from interface org.hibernate.query.sqm.tree.predicate.SqmNegatablePredicate
isNegated, negate
-
Methods inherited from interface org.hibernate.query.sqm.tree.SqmNode
asLoggableText, nodeBuilder
-
Methods inherited from interface org.hibernate.query.sqm.tree.predicate.SqmPredicate
copy, getJavaTypeDescriptor, not
-
Methods inherited from interface org.hibernate.query.sqm.tree.select.SqmSelectableNode
getTupleLength
-
Methods inherited from interface org.hibernate.query.sqm.tree.SqmTypedNode
getExpressible, getNodeJavaType
-
Methods inherited from interface org.hibernate.query.sqm.tree.SqmVisitableNode
accept, appendHqlString, toHqlString
-
Methods inherited from interface jakarta.persistence.TupleElement
getAlias
-
-
-
-
Method Detail
-
getTestExpression
SqmExpression<T> getTestExpression()
-
-