Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AbstractDoubleEncapsulatedExpression
-
Packages that use AbstractDoubleEncapsulatedExpression Package Description org.eclipse.persistence.jpa.jpql This package contains the Hermes features (except the parser itself): semantic and grammatical validations, content assist support, calculating the query result type or the possible type of an input parameter, refactoring tools.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 AbstractDoubleEncapsulatedExpression in org.eclipse.persistence.jpa.jpql
Classes in org.eclipse.persistence.jpa.jpql with type parameters of type AbstractDoubleEncapsulatedExpression Modifier and Type Class Description protected static classAbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper<T extends AbstractDoubleEncapsulatedExpression>Methods in org.eclipse.persistence.jpa.jpql with type parameters of type AbstractDoubleEncapsulatedExpression Modifier and Type Method Description protected <T extends AbstractDoubleEncapsulatedExpression>
voidAbstractGrammarValidator. validateAbstractDoubleEncapsulatedExpression(T expression, AbstractGrammarValidator.AbstractDoubleEncapsulatedExpressionHelper<T> helper)Validates the content of anAbstractDoubleEncapsulatedExpression, which encapsulates two expressions separated by a comma.Methods in org.eclipse.persistence.jpa.jpql with parameters of type AbstractDoubleEncapsulatedExpression Modifier and Type Method Description protected voidParameterTypeVisitor. visitDoubleEncapsulatedExpression(AbstractDoubleEncapsulatedExpression expression) -
Uses of AbstractDoubleEncapsulatedExpression in org.eclipse.persistence.jpa.jpql.parser
Subclasses of AbstractDoubleEncapsulatedExpression in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classDatabaseTypeThis expression represents the database specific data type, which may include size and scale.classMathDoubleExpressionMath double argument functions expressions.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.classModExpressionThe modulo operation finds the remainder of division of one number by another.classNullIfExpressionNULLIF returns the first expression if the two expressions are not equal.
-