Uses of Interface
org.apache.openjpa.datacache.DataCache

Packages that use DataCache
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.instrumentation   
org.apache.openjpa.meta OpenJPA Metadata 
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of DataCache in org.apache.openjpa.datacache
 

Classes in org.apache.openjpa.datacache that implement DataCache
 class AbstractDataCache
          Abstract DataCache implementation that provides various statistics, logging, and timeout functionality common across cache implementations.
 class ConcurrentDataCache
          A DataCache implementation that is optimized for concurrent access.
 class DelegatingDataCache
          Delegating data cache that can also perform exception translation for use in facades.
 class PartitionedDataCache
          A partitioned data cache maintains a set of partitions that are DataCache themselves.
 

Methods in org.apache.openjpa.datacache that return DataCache
 DataCache DataCacheManagerImpl.getDataCache(String name)
           
 DataCache DataCacheManager.getDataCache(String name)
          Return the named data cache, or null if it does not exist.
 DataCache DataCacheManagerImpl.getDataCache(String name, boolean create)
          Returns the named cache.
 DataCache DataCacheManager.getDataCache(String name, boolean create)
          Return the named data cache.
 DataCache DelegatingDataCache.getDelegate()
          Return the direct delegate.
 DataCache DelegatingDataCache.getInnermostDelegate()
          Return the native delegate.
 DataCache PartitionedDataCache.getPartition(String name, boolean create)
           
 DataCache DelegatingDataCache.getPartition(String name, boolean create)
           
 DataCache DataCache.getPartition(String name, boolean create)
          Gets the named partition.
 DataCache AbstractDataCache.getPartition(String name, boolean create)
           
 DataCache DataCacheManagerImpl.getSystemDataCache()
           
 DataCache DataCacheManager.getSystemDataCache()
          Return the system-wide data cache, or null if caching is not enabled.
 DataCache DataCacheManagerImpl.selectCache(OpenJPAStateManager sm)
          Select cache for the given managed instance.
 DataCache DataCacheManager.selectCache(OpenJPAStateManager sm)
          Select the cache where the given managed proxy instance should be cached.
 DataCache AbstractDataCache.selectCache(OpenJPAStateManager sm)
           
 

Constructors in org.apache.openjpa.datacache with parameters of type DataCache
DelegatingDataCache(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
 void AbstractDataCacheInstrument.setDataCache(DataCache dc)
           
 

Uses of DataCache in org.apache.openjpa.meta
 

Methods in org.apache.openjpa.meta that return DataCache
 DataCache ClassMetaData.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 DataCache
 DataCache StoreCacheImpl.getDelegate()
          Delegate.
 DataCache StoreCache.getDelegate()
          Deprecated. cast to StoreCacheImpl instead. This method pierces the published-API boundary, as does the SPI cast.
 

Constructors in org.apache.openjpa.persistence with parameters of type DataCache
StoreCacheImpl(EntityManagerFactoryImpl emf, DataCache cache)
          Constructor; supply delegate.
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.