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 classAbstractQueryCacheAbstractQueryCacheimplementation that provides various statistics, logging, and timeout functionality common across cache implementations.classConcurrentQueryCacheAQueryCacheimplementation that is optimized for concurrent access.classDelegatingQueryCacheDelegating 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 QueryCacheQueryCacheStoreQuery. getCache()Return theQueryCachethat this object is associated with.QueryCacheDelegatingQueryCache. getDelegate()Return the direct delegate.QueryCacheDelegatingQueryCache. getInnermostDelegate()Return the native delegate.QueryCacheDataCacheManager. getSystemQueryCache()Return the system query cache, or null if not configured.QueryCacheDataCacheManagerImpl. 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 toqueryif 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 voidAbstractQueryCacheInstrument. setPreparedQueryCache(QueryCache qc)voidAbstractQueryCacheInstrument. 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 QueryCacheQueryResultCache. getDelegate()Deprecated.cast toQueryResultCacheImplinstead.QueryCacheQueryResultCacheImpl. getDelegate()Delegate.Constructors in org.apache.openjpa.persistence with parameters of type QueryCache Constructor Description QueryResultCacheImpl(QueryCache cache)Constructor; supply delegate.
-