Class InternalLocateThirdExpressionBNF


  • public final class InternalLocateThirdExpressionBNF
    extends JPQLQueryBNF
    The query BNF for the third parameter of the LOCATE expression.

    JPA 1.0, 2.0:

    BNF: expression ::= LOCATE(string_primary, string_primary [, simple_arithmetic_expression])

    JPA 2.1:

    BNF: expression ::= LOCATE(string_expression, string_expression [, arithmetic_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

      • InternalLocateThirdExpressionBNF

        public InternalLocateThirdExpressionBNF()
        Creates a new InternalLocateThirdExpressionBNF.