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

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

Uses of QueryResultHelper in org.apache.jdo.query
 

Constructors in org.apache.jdo.query with parameters of type QueryResultHelper
BasicQueryResult(QueryResultHelper qrh)
          Creates new BasicQueryResult
 

Uses of QueryResultHelper in org.apache.jdo.store
 

Methods in org.apache.jdo.store with parameters of type QueryResultHelper
 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.