Uses of Class
org.datanucleus.store.query.inmemory.NumericAggregateExpression
Packages that use NumericAggregateExpression
Package
Description
Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.
-
Uses of NumericAggregateExpression in org.datanucleus.store.query.inmemory
Subclasses of NumericAggregateExpression in org.datanucleus.store.query.inmemoryModifier and TypeClassDescriptionclass
Expression representing a BigDecimal, used in evaluation of aggregates.class
Expression representing a BigInteger, used in evaluation of aggregates.class
Expression representing a Double, used in evaluation of aggregates.class
Expression representing a Float, used in evaluation of aggregates.class
Expression representing an Integer, used in evaluation of aggregates.class
Expression representing a Long, used in evaluation of aggregates.class
Expression representing a Short, used in evaluation of aggregates.