Uses of Class
org.eclipse.persistence.jpa.jpql.parser.MathDoubleExpression
Package
Description
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
Modifier and TypeClassDescriptionstatic final class
ThePOWER
function takes two numeric arguments and returns a double.static final class
TheROUND
function takes numeric argument and an integer argument and returns a number of the same type as the first argument.