Uses of Interface
org.apache.jdo.query.QueryResult

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

Uses of QueryResult in org.apache.jdo.impl.fostore
 

Methods in org.apache.jdo.impl.fostore that return QueryResult
 QueryResult FOStoreStoreManager.newQueryResult(QueryResultHelper qrh)
          Returns a QueryResult instance which is then returned as the result of Query.execute(...).
 

Uses of QueryResult in org.apache.jdo.query
 

Classes in org.apache.jdo.query that implement QueryResult
 class BasicQueryResult
          This class implements the basic query execution strategy.
 

Uses of QueryResult in org.apache.jdo.store
 

Methods in org.apache.jdo.store that return QueryResult
 QueryResult StoreManager.newQueryResult(QueryResultHelper qrh)
          Returns a QueryResult instance which is then returned as the result of Query.execute(...).
 QueryResult StoreManagerImpl.newQueryResult(QueryResultHelper qrh)
          Returns a QueryResult instance which is then returned as the result of Query.execute(...).