| Package | Description | 
|---|---|
| org.datanucleus.store | 
 Package handling the storage of classes to the datastore, and the management of the datastore. 
 | 
| org.datanucleus.store.federation | 
 Package providing management for federation of datastores. 
 | 
| org.datanucleus.store.query | 
 Package providing implementation of query language support for datastores. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected QueryManager | 
AbstractStoreManager.queryMgr
Query Manager. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryManager | 
StoreManager.getQueryManager()  | 
QueryManager | 
AbstractStoreManager.getQueryManager()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FederatedQueryManagerImpl
Manager for queries for federated datastores. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected QueryManager | 
FederatedStoreManager.queryMgr
Query Manager. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryManager | 
FederatedStoreManager.getQueryManager()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
QueryManagerImpl
Manages the creation, compilation and results of queries. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryManager | 
Query.getQueryManager()  | 
Copyright © 2018. All rights reserved.