Interface JpaInPredicate<T>

All Superinterfaces:
CriteriaBuilder.In<T>, Expression<Boolean>, JpaCriteriaNode, JpaExpression<Boolean>, JpaPredicate, JpaSelection<Boolean>, JpaTupleElement<Boolean>, Predicate, Selection<Boolean>, Serializable, TupleElement<Boolean>
All Known Subinterfaces:
SqmInPredicate<T>
All Known Implementing Classes:
SqmInListPredicate, SqmInSubQueryPredicate

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