Uses of Enum
org.apache.openjpa.kernel.DataCacheStoreMode
Package
Description
OpenJPA Runtime Kernel
OpenJPA JPA
-
Uses of DataCacheStoreMode in org.apache.openjpa.kernel
Modifier and TypeMethodDescriptionDelegatingFetchConfiguration.getCacheStoreMode()
FetchConfiguration.getCacheStoreMode()
Gets the current storage mode for data cache.FetchConfigurationImpl.getCacheStoreMode()
static DataCacheStoreMode
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.Modifier and TypeMethodDescriptionvoid
DelegatingFetchConfiguration.setCacheStoreMode
(DataCacheStoreMode mode) void
FetchConfiguration.setCacheStoreMode
(DataCacheStoreMode mode) Sets the current storage mode for data cache.void
FetchConfigurationImpl.setCacheStoreMode
(DataCacheStoreMode mode) -
Uses of DataCacheStoreMode in org.apache.openjpa.persistence
Modifier and TypeMethodDescriptionFetchPlan.getCacheStoreMode()
Gets the current storage mode for data cache.FetchPlanImpl.getCacheStoreMode()
Modifier and TypeMethodDescriptionFetchPlan.setCacheStoreMode
(DataCacheStoreMode mode) Sets the current storage mode for data cache.FetchPlanImpl.setCacheStoreMode
(DataCacheStoreMode mode)