| Package | Description | 
|---|---|
| org.datanucleus.query.compiler | 
 Package handling the compilation of queries. 
 | 
| org.datanucleus.store.query | 
 Package providing implementation of query language support for datastores. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractQueryCompilationCache
Abstract representation of a cache of generic query compilations. 
 | 
class  | 
JavaxCacheQueryCompilationCache
Query compilation cache using javax.cache for implementation. 
 | 
class  | 
SoftQueryCompilationCache
Soft-reference implementation of a generic query compilation cache. 
 | 
class  | 
StrongQueryCompilationCache
Strong-reference implementation of a generic query compilation cache. 
 | 
class  | 
WeakQueryCompilationCache
Weak-reference implementation of a generic query compilation cache. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected QueryCompilationCache | 
QueryManagerImpl.queryCompilationCache
Cache for generic query compilations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueryCompilationCache | 
QueryManagerImpl.getQueryCompilationCache()  | 
QueryCompilationCache | 
QueryManager.getQueryCompilationCache()
Accessor for the generic compilation cache. 
 | 
Copyright © 2018. All rights reserved.