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

Packages that use QueryResult
org.apache.jdo.query   
org.apache.jdo.store   
 

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(...).
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.