Uses of Interface
org.apache.openjpa.datacache.DataCache
Packages that use DataCache
Package
Description
OpenJPA Data Cache
OpenJPA Metadata
OpenJPA JPA
-
Uses of DataCache in org.apache.openjpa.datacache
Classes in org.apache.openjpa.datacache that implement DataCacheModifier and TypeClassDescriptionclass
AbstractDataCache
implementation that provides various statistics, logging, and timeout functionality common across cache implementations.class
ADataCache
implementation that is optimized for concurrent access.class
Delegating data cache that can also perform exception translation for use in facades.class
A partitioned data cache maintains a set of partitions that are DataCache themselves.Methods in org.apache.openjpa.datacache that return DataCacheModifier and TypeMethodDescriptionDataCacheManager.getDataCache
(String name) Return the named data cache, or null if it does not exist.DataCacheManager.getDataCache
(String name, boolean create) Return the named data cache.DataCacheManagerImpl.getDataCache
(String name) DataCacheManagerImpl.getDataCache
(String name, boolean create) Returns the named cache.DelegatingDataCache.getDelegate()
Return the direct delegate.DelegatingDataCache.getInnermostDelegate()
Return the native delegate.AbstractDataCache.getPartition
(String name, boolean create) DataCache.getPartition
(String name, boolean create) Gets the named partition.DelegatingDataCache.getPartition
(String name, boolean create) PartitionedDataCache.getPartition
(String name, boolean create) DataCacheManager.getSystemDataCache()
Return the system-wide data cache, or null if caching is not enabled.DataCacheManagerImpl.getSystemDataCache()
AbstractDataCache.selectCache
(OpenJPAStateManager sm) DataCacheManager.selectCache
(OpenJPAStateManager sm) Select the cache where the given managed proxy instance should be cached.DataCacheManagerImpl.selectCache
(OpenJPAStateManager sm) Select cache for the given managed instance.Constructors in org.apache.openjpa.datacache with parameters of type DataCacheModifierConstructorDescriptionDelegatingDataCache
(DataCache cache) Constructor.DelegatingDataCache
(DataCache cache, RuntimeExceptionTranslator trans) -
Uses of DataCache in org.apache.openjpa.instrumentation
Methods in org.apache.openjpa.instrumentation with parameters of type DataCache -
Uses of DataCache in org.apache.openjpa.meta
Methods in org.apache.openjpa.meta that return DataCacheModifier and TypeMethodDescriptionClassMetaData.getDataCache()
Return the data cache for this class, or null if it is not cachable. -
Uses of DataCache in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return DataCacheModifier and TypeMethodDescriptionStoreCache.getDelegate()
Deprecated.StoreCacheImpl.getDelegate()
Delegate.Constructors in org.apache.openjpa.persistence with parameters of type DataCacheModifierConstructorDescriptionStoreCacheImpl
(EntityManagerFactoryImpl emf, DataCache cache) Constructor; supply delegate.
StoreCacheImpl
instead.