Class TupleQuery

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class TupleQuery
    extends ReportQuery

    Purpose: This is a special subclass of the ReportQuery that constructs Tuple results.

    Description: A subclass of ReportQuery this query type combines multiple selections into

    Since:
    EclipseLink 1.2
    Author:
    gyorke
    See Also:
    CriteriaQuery, Serialized Form
    • Field Detail

      • selections

        protected List<? super jakarta.persistence.criteria.Selection<?>> selections
    • Constructor Detail

      • TupleQuery

        public TupleQuery​(List<? super jakarta.persistence.criteria.Selection<?>> selections)