Uses of Interface
org.apache.openjpa.datacache.QueryCache
Package
Description
OpenJPA Data Cache
OpenJPA JPA
-
Uses of QueryCache in org.apache.openjpa.datacache
Modifier and TypeClassDescriptionclass
AbstractQueryCache
implementation that provides various statistics, logging, and timeout functionality common across cache implementations.class
AQueryCache
implementation that is optimized for concurrent access.class
Delegating query cache that can also perform exception translation for use in facades.Modifier and TypeMethodDescriptionQueryCacheStoreQuery.getCache()
Return theQueryCache
that this object is associated with.DelegatingQueryCache.getDelegate()
Return the direct delegate.DelegatingQueryCache.getInnermostDelegate()
Return the native delegate.DataCacheManager.getSystemQueryCache()
Return the system query cache, or null if not configured.DataCacheManagerImpl.getSystemQueryCache()
ModifierConstructorDescriptionDelegatingQueryCache
(QueryCache cache) Constructor.DelegatingQueryCache
(QueryCache cache, RuntimeExceptionTranslator trans) QueryCacheStoreQuery
(StoreQuery query, QueryCache cache) Create a new instance that delegates toquery
if no cached results are available. -
Uses of QueryCache in org.apache.openjpa.instrumentation
Modifier and TypeMethodDescriptionvoid
AbstractQueryCacheInstrument.setPreparedQueryCache
(QueryCache qc) void
AbstractQueryCacheInstrument.setQueryCache
(QueryCache qc) -
Uses of QueryCache in org.apache.openjpa.persistence
Modifier and TypeMethodDescriptionQueryResultCache.getDelegate()
Deprecated.QueryResultCacheImpl.getDelegate()
Delegate.ModifierConstructorDescriptionQueryResultCacheImpl
(QueryCache cache) Constructor; supply delegate.
QueryResultCacheImpl
instead.