Module eclipselink

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