Class MathDoubleExpression.Round

All Implemented Interfaces:
Expression
Enclosing class:
MathDoubleExpression

public static final class MathDoubleExpression.Round extends MathDoubleExpression
The ROUND function takes numeric argument and an integer argument and returns a number of the same type as the first argument.
Jakarta Persistence 3.1:
BNF: expression ::= ROUND(arithmetic_expression)