Uses of Class
org.eclipse.persistence.jpa.jpql.parser.AggregateFunction
-
Packages that use AggregateFunction 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 AggregateFunction in org.eclipse.persistence.jpa.jpql
Methods in org.eclipse.persistence.jpa.jpql with type parameters of type AggregateFunction Modifier and Type Method Description protected <T extends AggregateFunction>
voidAbstractGrammarValidator. validateAggregateFunctionLocation(T expression, AbstractGrammarValidator.AbstractSingleEncapsulatedExpressionHelper<T> helper) -
Uses of AggregateFunction in org.eclipse.persistence.jpa.jpql.parser
Subclasses of AggregateFunction in org.eclipse.persistence.jpa.jpql.parser Modifier and Type Class Description classAvgFunctionOne of the aggregate functions.classCountFunctionOne of the aggregate functions.classMaxFunctionOne of the aggregate functions.classMinFunctionOne of the aggregate functions.classSumFunctionOne of the aggregate functions.
-