Class OrderByItemBNF


  • public final class OrderByItemBNF
    extends JPQLQueryBNF
    The query BNF for the order by item expression.
    BNF: orderby_item ::= state_field_path_expression | result_variable [ ASC | DESC ]

    Since:
    2.3
    Version:
    2.4
    Author:
    Pascal Filion
    • Constructor Detail

      • OrderByItemBNF

        public OrderByItemBNF()
        Creates a new OrderByItemBNF.