Package | Description |
---|---|
org.datanucleus.query.evaluator |
Package providing the basis for evaluation of a string-based query.
|
org.datanucleus.query.inmemory |
Package providing the evaluation of queries using an in-memory process.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
AbstractExpressionEvaluator.processPrimaryExpression(PrimaryExpression expr)
Method to process the supplied primary expression.
|
Modifier and Type | Method and Description |
---|---|
Object |
InMemoryExpressionEvaluator.getValueForPrimaryExpression(PrimaryExpression primExpr)
Convenience method to get the value for a PrimaryExpression.
|
protected Object |
InMemoryExpressionEvaluator.processPrimaryExpression(PrimaryExpression expr) |
Copyright © 2017. All rights reserved.