Uses of Class
org.apache.openjpa.kernel.DataCacheStoreMode

Packages that use DataCacheStoreMode
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
 

Uses of DataCacheStoreMode in org.apache.openjpa.kernel
 

Methods in org.apache.openjpa.kernel that return DataCacheStoreMode
 DataCacheStoreMode StoreContext.getCacheStoreMode()
          Return the current DataCacheStoreMode for this context.
 DataCacheStoreMode DelegatingBroker.getCacheStoreMode()
           
 DataCacheStoreMode BrokerImpl.getCacheStoreMode()
           
static DataCacheStoreMode DataCacheStoreMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataCacheStoreMode[] DataCacheStoreMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openjpa.kernel with parameters of type DataCacheStoreMode
 void StoreContext.setCacheStoreMode(DataCacheStoreMode mode)
          Set DataCacheStoreMode
 void DelegatingBroker.setCacheStoreMode(DataCacheStoreMode mode)
           
 void BrokerImpl.setCacheStoreMode(DataCacheStoreMode mode)
           
 



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