Uses of Enum
org.apache.openjpa.kernel.DataCacheRetrieveMode
Packages that use DataCacheRetrieveMode
Package
Description
OpenJPA Runtime Kernel
OpenJPA JPA
-
Uses of DataCacheRetrieveMode in org.apache.openjpa.kernel
Fields in org.apache.openjpa.kernel declared as DataCacheRetrieveModeMethods in org.apache.openjpa.kernel that return DataCacheRetrieveModeModifier 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.Methods in org.apache.openjpa.kernel with parameters of type DataCacheRetrieveModeModifier 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
Methods in org.apache.openjpa.persistence that return DataCacheRetrieveModeModifier and TypeMethodDescriptionFetchPlan.getCacheRetrieveMode()
Gets the current retrieve mode for data cache.FetchPlanImpl.getCacheRetrieveMode()
Methods in org.apache.openjpa.persistence with parameters of type DataCacheRetrieveModeModifier and TypeMethodDescriptionFetchPlan.setCacheRetrieveMode
(DataCacheRetrieveMode mode) Sets the current retrieve mode for data cache.FetchPlanImpl.setCacheRetrieveMode
(DataCacheRetrieveMode mode)