Uses of Class
org.eclipse.persistence.jpa.jpql.tools.model.query.AggregateFunctionStateObject
-
Packages that use AggregateFunctionStateObject Package Description org.eclipse.persistence.jpa.jpql.tools.model The classes defined in this package define the state model API, a state model can be used to manually or programmatically create and edit a JPQL query.org.eclipse.persistence.jpa.jpql.tools.model.query This package contains theStateObjectclasses that represents a JPQL query. -
-
Uses of AggregateFunctionStateObject in org.eclipse.persistence.jpa.jpql.tools.model
Methods in org.eclipse.persistence.jpa.jpql.tools.model with parameters of type AggregateFunctionStateObject Modifier and Type Method Description protected voidAbstractActualJPQLQueryFormatter. toStringAggregateFunction(AggregateFunctionStateObject stateObject)protected voidAbstractJPQLQueryFormatter. toStringAggregateFunction(AggregateFunctionStateObject stateObject) -
Uses of AggregateFunctionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query
Subclasses of AggregateFunctionStateObject in org.eclipse.persistence.jpa.jpql.tools.model.query Modifier and Type Class Description classAvgFunctionStateObjectOne of the aggregate functions.classCountFunctionStateObjectOne of the aggregate functions.classMaxFunctionStateObjectOne of the aggregate functions.classMinFunctionStateObjectOne of the aggregate functions.classSumFunctionStateObjectOne of the aggregate functions.
-