Class ConstructorSelectionImpl

  • All Implemented Interfaces:
    jakarta.persistence.criteria.CompoundSelection, jakarta.persistence.criteria.Selection, jakarta.persistence.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
    Author:
    gyorke
    See Also:
    Join, Serialized Form
    • Field Detail

      • constructor

        protected transient Constructor constructor
      • constructorArgTypes

        protected Class[] constructorArgTypes
    • Constructor Detail

      • ConstructorSelectionImpl

        public ConstructorSelectionImpl​(Class javaType,
                                        jakarta.persistence.criteria.Selection[] subSelections)