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