Package | Description |
---|---|
org.datanucleus.query |
This package provides general classes for querying across all datastores in particular languages.
|
org.datanucleus.query.compiler |
Package handling the compilation of queries.
|
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 |
---|---|
static ParameterExpression |
QueryUtils.getParameterExpressionForPosition(Expression rootExpr,
int pos)
Convenience method to return the ParameterExpression for the specified position
if found in the expression tree starting at
|
Modifier and Type | Method and Description |
---|---|
static Object |
QueryUtils.getValueForParameterExpression(Map parameterValues,
ParameterExpression paramExpr)
Convenience method to get the value for a ParameterExpression.
|
Modifier and Type | Method and Description |
---|---|
ParameterExpression |
QueryCompilation.getParameterExpressionForPosition(int pos) |
Modifier and Type | Method and Description |
---|---|
protected Object |
AbstractExpressionEvaluator.processParameterExpression(ParameterExpression expr)
Method to process the supplied parameter expression.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
InMemoryExpressionEvaluator.processParameterExpression(ParameterExpression expr) |
Copyright © 2019. All rights reserved.