All Implemented Interfaces:
CriteriaBuilder.In<T>, Expression<Boolean>, Predicate, Selection<Boolean>, TupleElement<Boolean>, Serializable, InternalExpression, InternalSelection

public class InImpl<T> extends CompoundExpressionImpl implements CriteriaBuilder.In<T>

Purpose: Contains the implementation of the In interface of the JPA criteria API.

Description: This class represents an In predicate.

Since:
EclipseLink 1.2
See Also: