All Implemented Interfaces:
Expression<Boolean>, Predicate, Selection<Boolean>, TupleElement<Boolean>, Serializable, InternalExpression, InternalSelection

public class PredicateImpl extends CompoundExpressionImpl implements Predicate

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

Description: The predicate forms the least specific expression node. Predicates result in boolean expressions that are combined to form the final expression.

Since:
EclipseLink 1.2
See Also: