|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryResultHelper | |
org.apache.jdo.impl.fostore | This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). |
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.fostore |
Methods in org.apache.jdo.impl.fostore with parameters of type QueryResultHelper | |
QueryResult |
FOStoreStoreManager.newQueryResult(QueryResultHelper qrh)
Returns a QueryResult instance which is then returned as the result of Query.execute(...). |
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(...). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |