Uses of Interface
org.apache.openjpa.datacache.QueryCache
-
Packages that use QueryCache Package Description org.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.instrumentation org.apache.openjpa.persistence OpenJPA JPA -
-
Uses of QueryCache in org.apache.openjpa.datacache
Classes in org.apache.openjpa.datacache that implement QueryCache Modifier and Type Class Description class
AbstractQueryCache
AbstractQueryCache
implementation that provides various statistics, logging, and timeout functionality common across cache implementations.class
ConcurrentQueryCache
AQueryCache
implementation that is optimized for concurrent access.class
DelegatingQueryCache
Delegating query cache that can also perform exception translation for use in facades.Methods in org.apache.openjpa.datacache that return QueryCache Modifier and Type Method Description QueryCache
QueryCacheStoreQuery. getCache()
Return theQueryCache
that this object is associated with.QueryCache
DelegatingQueryCache. getDelegate()
Return the direct delegate.QueryCache
DelegatingQueryCache. getInnermostDelegate()
Return the native delegate.QueryCache
DataCacheManager. getSystemQueryCache()
Return the system query cache, or null if not configured.QueryCache
DataCacheManagerImpl. getSystemQueryCache()
Constructors in org.apache.openjpa.datacache with parameters of type QueryCache Constructor Description DelegatingQueryCache(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
Methods in org.apache.openjpa.instrumentation with parameters of type QueryCache Modifier and Type Method Description void
AbstractQueryCacheInstrument. setPreparedQueryCache(QueryCache qc)
void
AbstractQueryCacheInstrument. setQueryCache(QueryCache qc)
-
Uses of QueryCache in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return QueryCache Modifier and Type Method Description QueryCache
QueryResultCache. getDelegate()
Deprecated.cast toQueryResultCacheImpl
instead.QueryCache
QueryResultCacheImpl. getDelegate()
Delegate.Constructors in org.apache.openjpa.persistence with parameters of type QueryCache Constructor Description QueryResultCacheImpl(QueryCache cache)
Constructor; supply delegate.
-