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

Packages that use DataCacheRetrieveMode
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.persistence OpenJPA JPA 
 

Uses of DataCacheRetrieveMode in org.apache.openjpa.kernel
 

Fields in org.apache.openjpa.kernel declared as DataCacheRetrieveMode
 DataCacheRetrieveMode FetchConfigurationImpl.ConfigurationState.cacheRetrieveMode
           
 

Methods in org.apache.openjpa.kernel that return DataCacheRetrieveMode
 DataCacheRetrieveMode FetchConfigurationImpl.getCacheRetrieveMode()
           
 DataCacheRetrieveMode FetchConfiguration.getCacheRetrieveMode()
          Gets the current retrieve mode for data cache.
 DataCacheRetrieveMode DelegatingFetchConfiguration.getCacheRetrieveMode()
           
static DataCacheRetrieveMode DataCacheRetrieveMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataCacheRetrieveMode[] DataCacheRetrieveMode.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 DataCacheRetrieveMode
 void FetchConfigurationImpl.setCacheRetrieveMode(DataCacheRetrieveMode mode)
           
 void FetchConfiguration.setCacheRetrieveMode(DataCacheRetrieveMode mode)
          Sets the current retrieve mode for data cache.
 void DelegatingFetchConfiguration.setCacheRetrieveMode(DataCacheRetrieveMode mode)
           
 

Uses of DataCacheRetrieveMode in org.apache.openjpa.persistence
 

Methods in org.apache.openjpa.persistence that return DataCacheRetrieveMode
 DataCacheRetrieveMode FetchPlanImpl.getCacheRetrieveMode()
           
 DataCacheRetrieveMode FetchPlan.getCacheRetrieveMode()
          Gets the current retrieve mode for data cache.
 

Methods in org.apache.openjpa.persistence with parameters of type DataCacheRetrieveMode
 FetchPlan FetchPlanImpl.setCacheRetrieveMode(DataCacheRetrieveMode mode)
           
 FetchPlan FetchPlan.setCacheRetrieveMode(DataCacheRetrieveMode mode)
          Sets the current retrieve mode for data cache.
 



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