Class ConstructorSelectionImpl<X>

Type Parameters:
X - the type of the selection item
All Implemented Interfaces:
CompoundSelection<X>, Selection<X>, TupleElement<X>, Serializable, InternalSelection

public class ConstructorSelectionImpl<X> extends CompoundSelectionImpl<X>

Purpose: Contains the implementation of the Selection interface of the JPA criteria API. Specifically this class represents the Selection of a Constructor.

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

Since:
EclipseLink 1.2
See Also:
  • Field Details

    • constructor

      protected transient Constructor<? extends X> constructor
    • constructorArgTypes

      protected Class<?>[] constructorArgTypes
  • Constructor Details

    • ConstructorSelectionImpl

      public ConstructorSelectionImpl(Class<? extends X> javaType, Selection<?>[] subSelections)
  • Method Details