Package org.apache.jdo.impl.jdoql

Class Summary
JDOQLQueryFactoryImpl Implements the @link{QueryFactory} interface in order to implement a component which is capable to run together with JDO runtime.
MemoryQuery An instance of this class is used to evaluate a query tree in memory.
OrderingComparator An instance of this class is used to compare two instances of Comparable based on the ordering expressions defined by a query tree.
QueryImpl This class implements the JDO query interface (see Query).
QueryResultHelperImpl This class implements the helper interface to support the query execution strategy of the StoreManager.