Uses of Class
org.apache.openjpa.kernel.DataCacheStoreMode
-
Packages that use DataCacheStoreMode Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of DataCacheStoreMode in org.apache.openjpa.kernel
Fields in org.apache.openjpa.kernel declared as DataCacheStoreMode Modifier and Type Field Description DataCacheStoreModeFetchConfigurationImpl.ConfigurationState. cacheStoreModeMethods in org.apache.openjpa.kernel that return DataCacheStoreMode Modifier and Type Method Description DataCacheStoreModeDelegatingFetchConfiguration. getCacheStoreMode()DataCacheStoreModeFetchConfiguration. getCacheStoreMode()Gets the current storage mode for data cache.DataCacheStoreModeFetchConfigurationImpl. getCacheStoreMode()static DataCacheStoreModeDataCacheStoreMode. 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 Modifier and Type Method Description voidDelegatingFetchConfiguration. setCacheStoreMode(DataCacheStoreMode mode)voidFetchConfiguration. setCacheStoreMode(DataCacheStoreMode mode)Sets the current storage mode for data cache.voidFetchConfigurationImpl. setCacheStoreMode(DataCacheStoreMode mode)
-