Uses of Class
org.eclipse.persistence.jpa.jpql.parser.MathDoubleExpression
-
Packages that use MathDoubleExpression Package Description org.eclipse.persistence.jpa.jpql.parser This is the core of Hermes, this package contains the classes that can parse a JPQL query. -
-
Uses of MathDoubleExpression in org.eclipse.persistence.jpa.jpql.parser
Subclasses of MathDoubleExpression in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description static classMathDoubleExpression.PowerThePOWERfunction takes two numeric arguments and returns a double.static classMathDoubleExpression.RoundTheROUNDfunction takes numeric argument and an integer argument and returns a number of the same type as the first argument.
-