Package | Description |
---|---|
org.datanucleus.query.expression |
Package providing expressions from which a (generically) compiled query is made up.
|
org.datanucleus.query.inmemory |
Package providing the evaluation of queries using an in-memory process with evaluators for JDOQL and JPQL.
|
Modifier and Type | Method and Description |
---|---|
Literal |
PrimaryExpressionIsClassLiteralException.getLiteral()
Accessor for the Literal that this primary expression should be swapped for.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
AbstractExpressionEvaluator.processLiteral(Literal expr)
Method to process the supplied invoke expression.
|
Modifier and Type | Method and Description |
---|---|
int |
InMemoryExpressionEvaluator.getIntegerForLiteral(Literal lit)
Convenience method to get an int value from the supplied literal.
|
protected Object |
InMemoryExpressionEvaluator.processLiteral(Literal expr) |
Copyright © 2019. All rights reserved.