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 | Method and Description |
---|---|
QueryResultsCache |
QueryManager.getQueryResultsCache() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryResultsCache
Abstract representation of a query results cache for the query.
|
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 © 2021. All rights reserved.