Uses of Interface
org.apache.openjpa.datacache.DataCache
- 
Packages that use DataCache Package Description org.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.instrumentation org.apache.openjpa.meta OpenJPA Metadataorg.apache.openjpa.persistence OpenJPA JPA
- 
- 
Uses of DataCache in org.apache.openjpa.datacacheClasses in org.apache.openjpa.datacache that implement DataCache Modifier and Type Class Description classAbstractDataCacheAbstractDataCacheimplementation that provides various statistics, logging, and timeout functionality common across cache implementations.classConcurrentDataCacheADataCacheimplementation that is optimized for concurrent access.classDelegatingDataCacheDelegating data cache that can also perform exception translation for use in facades.classPartitionedDataCacheA partitioned data cache maintains a set of partitions that are DataCache themselves.Methods in org.apache.openjpa.datacache that return DataCache Modifier and Type Method Description DataCacheDataCacheManager. getDataCache(java.lang.String name)Return the named data cache, or null if it does not exist.DataCacheDataCacheManager. getDataCache(java.lang.String name, boolean create)Return the named data cache.DataCacheDataCacheManagerImpl. getDataCache(java.lang.String name)DataCacheDataCacheManagerImpl. getDataCache(java.lang.String name, boolean create)Returns the named cache.DataCacheDelegatingDataCache. getDelegate()Return the direct delegate.DataCacheDelegatingDataCache. getInnermostDelegate()Return the native delegate.DataCacheAbstractDataCache. getPartition(java.lang.String name, boolean create)DataCacheDataCache. getPartition(java.lang.String name, boolean create)Gets the named partition.DataCacheDelegatingDataCache. getPartition(java.lang.String name, boolean create)DataCachePartitionedDataCache. getPartition(java.lang.String name, boolean create)DataCacheDataCacheManager. getSystemDataCache()Return the system-wide data cache, or null if caching is not enabled.DataCacheDataCacheManagerImpl. getSystemDataCache()DataCacheAbstractDataCache. selectCache(OpenJPAStateManager sm)DataCacheDataCacheManager. selectCache(OpenJPAStateManager sm)Select the cache where the given managed proxy instance should be cached.DataCacheDataCacheManagerImpl. selectCache(OpenJPAStateManager sm)Select cache for the given managed instance.Constructors in org.apache.openjpa.datacache with parameters of type DataCache Constructor Description DelegatingDataCache(DataCache cache)Constructor.DelegatingDataCache(DataCache cache, RuntimeExceptionTranslator trans)
- 
Uses of DataCache in org.apache.openjpa.instrumentationMethods in org.apache.openjpa.instrumentation with parameters of type DataCache Modifier and Type Method Description voidAbstractDataCacheInstrument. setDataCache(DataCache dc)
- 
Uses of DataCache in org.apache.openjpa.metaMethods in org.apache.openjpa.meta that return DataCache Modifier and Type Method Description DataCacheClassMetaData. getDataCache()Return the data cache for this class, or null if it is not cachable.
- 
Uses of DataCache in org.apache.openjpa.persistenceMethods in org.apache.openjpa.persistence that return DataCache Modifier and Type Method Description DataCacheStoreCache. getDelegate()Deprecated.cast toStoreCacheImplinstead.DataCacheStoreCacheImpl. getDelegate()Delegate.Constructors in org.apache.openjpa.persistence with parameters of type DataCache Constructor Description StoreCacheImpl(EntityManagerFactoryImpl emf, DataCache cache)Constructor; supply delegate.
 
-