|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
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 | ||||||||||