| Package | Description |
|---|---|
| org.datanucleus.store.query |
Package providing implementation of query language support for datastores.
|
| org.datanucleus.store.query.cache |
Package providing definition of caching for queries.
|
| Modifier and Type | Field and Description |
|---|---|
protected QueryResultsCache |
QueryManagerImpl.queryResultsCache
Cache for query results.
|
| Modifier and Type | Method and Description |
|---|---|
QueryResultsCache |
QueryManager.getQueryResultsCache()
Accessor for the query results cache.
|
QueryResultsCache |
QueryManagerImpl.getQueryResultsCache() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapQueryResultsCache
Abstract representation of a query results cache for the query based on a map.
|
class |
AbstractQueryResultsCache
Root implementation of a query results cache, providing provessing of common persistence properties.
|
class |
JavaxCacheQueryResultCache
Implementation of a query results cache using javax.cache (v0.3+) interface.
|
class |
SoftQueryResultsCache
Soft-reference implementation of a query results cache.
|
class |
StrongQueryResultsCache
Strong-reference implementation of a query results cache.
|
class |
WeakQueryResultsCache
Weak-reference implementation of a query results cache.
|
Copyright © 2020. All rights reserved.