Uses of Class
org.apache.openjpa.kernel.DataCacheRetrieveMode
-
Packages that use DataCacheRetrieveMode Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernel -
-
Uses of DataCacheRetrieveMode in org.apache.openjpa.kernel
Fields in org.apache.openjpa.kernel declared as DataCacheRetrieveMode Modifier and Type Field Description DataCacheRetrieveMode
FetchConfigurationImpl.ConfigurationState. cacheRetrieveMode
Methods in org.apache.openjpa.kernel that return DataCacheRetrieveMode Modifier and Type Method Description DataCacheRetrieveMode
DelegatingFetchConfiguration. getCacheRetrieveMode()
DataCacheRetrieveMode
FetchConfiguration. getCacheRetrieveMode()
Gets the current retrieve mode for data cache.DataCacheRetrieveMode
FetchConfigurationImpl. 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 Modifier and Type Method Description void
DelegatingFetchConfiguration. setCacheRetrieveMode(DataCacheRetrieveMode mode)
void
FetchConfiguration. setCacheRetrieveMode(DataCacheRetrieveMode mode)
Sets the current retrieve mode for data cache.void
FetchConfigurationImpl. setCacheRetrieveMode(DataCacheRetrieveMode mode)
-