Class InternalLowerExpressionBNF


  • public final class InternalLowerExpressionBNF
    extends JPQLQueryBNF
    The query BNF for the parameter of the LOWER expression.

    JPA 1.0, 2.0:

    BNF: expression ::= LOWER(string_primary)

    JPA 2.1:

    BNF: expression ::= LOWER(string_expression)

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

      • ID

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

      • InternalLowerExpressionBNF

        public InternalLowerExpressionBNF()
        Creates a new InternalLowerExpressionBNF.