Class SqmInListPredicate<T>

All Implemented Interfaces:
CriteriaBuilder.In<T>, Expression<Boolean>, Predicate, Selection<Boolean>, TupleElement<Boolean>, Serializable, JpaCriteriaNode, JpaExpression<Boolean>, JpaInPredicate<T>, JpaPredicate, JpaSelection<Boolean>, JpaTupleElement<Boolean>, SqmExpression<Boolean>, SqmInPredicate<T>, SqmNegatablePredicate, SqmPredicate, SqmSelectableNode<Boolean>, SqmExpressibleAccessor<Boolean>, SqmNode, SqmTypedNode<Boolean>, SqmVisitableNode

public class SqmInListPredicate<T> extends AbstractNegatableSqmPredicate implements SqmInPredicate<T>
See Also: