Class InternalRoundExpressionBNF

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

public class InternalRoundExpressionBNF extends JPQLQueryBNF
The query BNF for the parameters of the ROUND expression.
Jakarta Persistence 3.1:
BNF: expression ::= ROUND(arithmetic_expression, arithmetic_expression)
  • Field Details

  • Constructor Details

    • InternalRoundExpressionBNF

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