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>
  • Method Details