Uses of Package
org.apache.jdo.query

Packages that use org.apache.jdo.query
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
org.apache.jdo.impl.jdoql   
org.apache.jdo.query   
org.apache.jdo.store This package contains StoreManager and store-related interfaces plus an abstract StoreManager implementation. 
 

Classes in org.apache.jdo.query used by org.apache.jdo.impl.fostore
QueryResult
          An instance of this interface is returned as the result of Query.execute(...).
QueryResultHelper
          This interface is a helper for the query execution strategy of the StoreManager.
 

Classes in org.apache.jdo.query used by org.apache.jdo.impl.jdoql
QueryResultHelper
          This interface is a helper for the query execution strategy of the StoreManager.
 

Classes in org.apache.jdo.query used by org.apache.jdo.query
QueryResult
          An instance of this interface is returned as the result of Query.execute(...).
QueryResultHelper
          This interface is a helper for the query execution strategy of the StoreManager.
QueryResultIterator
          This interface is used to iterate a query result.
 

Classes in org.apache.jdo.query used by org.apache.jdo.store
QueryResult
          An instance of this interface is returned as the result of Query.execute(...).
QueryResultHelper
          This interface is a helper for the query execution strategy of the StoreManager.