Package | Description |
---|---|
org.apache.jdo.query | |
org.apache.jdo.store |
This package contains StoreManager and store-related interfaces plus an abstract StoreManager implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicQueryResult
This class implements the basic query execution
strategy.
|
Modifier and Type | Method and Description |
---|---|
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.