Uses of Interface
org.apache.openjpa.datacache.DataCache
Package
Description
OpenJPA Data Cache
OpenJPA Metadata
OpenJPA JPA
-
Uses of DataCache in org.apache.openjpa.datacache
Modifier 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.Modifier 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.ModifierConstructorDescriptionDelegatingDataCache
(DataCache cache) Constructor.DelegatingDataCache
(DataCache cache, RuntimeExceptionTranslator trans) -
Uses of DataCache in org.apache.openjpa.instrumentation
-
Uses of DataCache in org.apache.openjpa.meta
Modifier 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
Modifier and TypeMethodDescriptionStoreCache.getDelegate()
Deprecated.StoreCacheImpl.getDelegate()
Delegate.ModifierConstructorDescriptionStoreCacheImpl
(EntityManagerFactoryImpl emf, DataCache cache) Constructor; supply delegate.
StoreCacheImpl
instead.