Class InternalLengthExpressionBNF

java.lang.Object
org.eclipse.persistence.jpa.jpql.parser.JPQLQueryBNF
org.eclipse.persistence.jpa.jpql.parser.InternalLengthExpressionBNF

public final class InternalLengthExpressionBNF extends JPQLQueryBNF
The query BNF for the parameter of the LENGTH expression.

JPA 1.0, 2.0:

BNF: expression ::= LENGTH(string_primary)

JPA 2.1:

BNF: expression ::= LENGTH(string_expression)

Version:
2.5
Author:
Pascal Filion
  • Field Details

  • Constructor Details

    • InternalLengthExpressionBNF

      public InternalLengthExpressionBNF()
      Creates a new InternalLengthExpressionBNF.
  • Method Details