Package | Description |
---|---|
org.datanucleus.query.inmemory |
Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalAggregateExpression
Expression representing a BigDecimal, used in evaluation of aggregates.
|
class |
BigIntegerAggregateExpression
Expression representing a BigInteger, used in evaluation of aggregates.
|
class |
DateAggregateExpression
Expression representing a "java.util.Date" (and subclasses), used in evaluation of aggregates.
|
class |
DoubleAggregateExpression
Expression representing a Double, used in evaluation of aggregates.
|
class |
FloatAggregateExpression
Expression representing a Float, used in evaluation of aggregates.
|
class |
IntegerAggregateExpression
Expression representing an Integer, used in evaluation of aggregates.
|
class |
LongAggregateExpression
Expression representing a Long, used in evaluation of aggregates.
|
class |
NumericAggregateExpression |
class |
ShortAggregateExpression
Expression representing a Short, used in evaluation of aggregates.
|
class |
StringAggregateExpression
Expression representing a String, used in evaluation of aggregates.
|
Copyright © 2019. All rights reserved.