Class UpdateClauseBNF


  • public final class UpdateClauseBNF
    extends JPQLQueryBNF
    The query BNF for the update clause.
    BNF: update_clause ::= UPDATE entity_name [[AS] identification_variable] SET update_item {, update_item}*

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

      • ID

        public static final java.lang.String ID
        The unique identifier of this BNF rule.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateClauseBNF

        public UpdateClauseBNF()
        Creates a new UpdateClauseBNF.