Module eclipselink

Class InternalRightStringExpressionBNF

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

public final class InternalRightStringExpressionBNF extends JPQLQueryBNF
The query BNF for the parameter of the RIGHT expression.
JPA 3.2:
BNF ::= RIGHT(string_expression, simple_arithmetic_expression)
Author:
Radek Felcman
  • Field Details

  • Constructor Details

    • InternalRightStringExpressionBNF

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