Class CompoundSelectionImpl

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

public class CompoundSelectionImpl extends SelectionImpl implements CompoundSelection

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: