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

Packages that use QueryResultHelper
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. 
 

Uses of QueryResultHelper in org.apache.jdo.impl.jdoql
 

Classes in org.apache.jdo.impl.jdoql that implement QueryResultHelper
 class QueryResultHelperImpl
          This class implements the helper interface to support the query execution strategy of the StoreManager.
 

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-2012 Apache Software Foundation. All Rights Reserved.