Interface SelectItem

    • Method Detail

      • asc

        OrderByItem asc()
        Return an OrderByItem referencing the SelectItem and specifying ascending ordering. The SelectItem must correspond to an orderable value.
        Returns:
        order-by item
      • desc

        OrderByItem desc()
        Return an OrderByItem referencing the SelectItem and specifying descending ordering. The SelectItem must correspond to an orderable value.
        Returns:
        order-by item