|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AbstractExpressionEvaluator | Abstract evaluator for an expression. |
| JavaQueryEvaluator | Class to evaluate a Java "string-based" query in whole or part. |
| JDOQLEvaluator | Class to evaluate a JDOQL query in whole or part. |
| JDOQLResultClassMapper | Class to map the results of a JDOQL query to the result class. |
| JPQLEvaluator | Class to evaluate a JPQL query in whole or part. |
Package providing the basis for evaluation of a string-based query. The JDOQLEvaluator/JPQLEvaluator provide in-memory evaluation of components of a string-based query. For example you can evaluate a collection of objects against just the filter, or just the range, or ordering etc, or any combination of the these. This provides flexibility where the datastore native query language only supports a subset of what JDOQL/JPQL require so the remainder can be applied in-memory.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||