java.lang.Object
org.eclipse.persistence.internal.jpa.querydef.SelectionImpl<X>
All Implemented Interfaces:
Selection<X>, TupleElement<X>, Serializable, InternalSelection
Direct Known Subclasses:
CompoundSelectionImpl, ExpressionImpl

public abstract class SelectionImpl<X> extends Object implements Selection<X>, InternalSelection, Serializable

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

Description: The Selection is the expression describing what should be returned by the query.

Since:
EclipseLink 1.2
See Also: