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

Packages that use QueryResult
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.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 StoreManagerImpl.newQueryResult(QueryResultHelper qrh)
          Returns a QueryResult instance which is then returned as the result of Query.execute(...).
 QueryResult StoreManager.newQueryResult(QueryResultHelper qrh)
          Returns a QueryResult instance which is then returned as the result of Query.execute(...).
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.