Class ConstructorSelectionImpl

All Implemented Interfaces:
CompoundSelection, Selection, TupleElement, Serializable, InternalSelection

public class ConstructorSelectionImpl extends CompoundSelectionImpl

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 constructor
    • constructorArgTypes

      protected Class<?>[] constructorArgTypes
  • Constructor Details

    • ConstructorSelectionImpl

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