Interface JpaInPredicate<T>

All Superinterfaces:
BooleanExpression, ComparableExpression<Boolean>, CriteriaBuilder.In<T>, Expression<Boolean>, JpaBooleanExpression, JpaComparableExpression<Boolean>, JpaPredicate, Predicate, Selection<Boolean>, TupleElement<Boolean>
All Known Subinterfaces:
SqmInPredicate<T>
All Known Implementing Classes:
SqmInListPredicate, SqmInSubQueryPredicate

public interface JpaInPredicate<T> extends JpaPredicate, CriteriaBuilder.In<T>