Module eclipselink

Class InternalRightPositionExpressionBNF

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

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

  • Constructor Details

    • InternalRightPositionExpressionBNF

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