Class CompoundExpressionImpl

All Implemented Interfaces:
Expression<Boolean>, Predicate, Selection<Boolean>, TupleElement<Boolean>, Serializable, InternalExpression, InternalSelection
Direct Known Subclasses:
InImpl, PredicateImpl

public class CompoundExpressionImpl extends FunctionExpressionImpl<Boolean> 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: