Package | Description |
---|---|
org.datanucleus.query.cache |
Package providing definition of caching the compilation for generic queries.
|
org.datanucleus.store.query |
Package providing implementation of query language support for datastores.
|
Modifier and Type | Class and Description |
---|---|
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 © 2017. All rights reserved.