Uses of Interface
org.datanucleus.store.query.cache.QueryResultsCache
Packages that use QueryResultsCache
Package
Description
Package providing query language support for datastores.
Package providing definition of caching for queries.
-
Uses of QueryResultsCache in org.datanucleus.store.query
Fields in org.datanucleus.store.query declared as QueryResultsCacheModifier and TypeFieldDescriptionprotected final QueryResultsCacheQueryManagerImpl.queryResultsCacheCache for query results.Methods in org.datanucleus.store.query that return QueryResultsCacheModifier and TypeMethodDescriptionQueryManager.getQueryResultsCache()Accessor for the query results cache.QueryManagerImpl.getQueryResultsCache() -
Uses of QueryResultsCache in org.datanucleus.store.query.cache
Classes in org.datanucleus.store.query.cache that implement QueryResultsCacheModifier and TypeClassDescriptionclassAbstract representation of a query results cache for the query based on a map.classRoot implementation of a query results cache, providing provessing of common persistence properties.classImplementation of a query results cache using javax.cache (v0.3+) interface.classSoft-reference implementation of a query results cache.classStrong-reference implementation of a query results cache.classWeak-reference implementation of a query results cache.