Class CompoundSelectionImpl<X>

java.lang.Object
org.eclipse.persistence.internal.jpa.querydef.SelectionImpl<X>
org.eclipse.persistence.internal.jpa.querydef.CompoundSelectionImpl<X>
Type Parameters:
X - the type of the selection item
All Implemented Interfaces:
CompoundSelection<X>, Selection<X>, TupleElement<X>, Serializable, InternalSelection
Direct Known Subclasses:
ConstructorSelectionImpl

public class CompoundSelectionImpl<X> extends SelectionImpl<X> implements CompoundSelection<X>

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: