Uses of Class
org.apache.openjpa.kernel.DataCacheRetrieveMode
-
Packages that use DataCacheRetrieveMode Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.persistence OpenJPA JPA -
-
Uses of DataCacheRetrieveMode in org.apache.openjpa.kernel
Fields in org.apache.openjpa.kernel declared as DataCacheRetrieveMode Modifier and Type Field Description DataCacheRetrieveModeFetchConfigurationImpl.ConfigurationState. cacheRetrieveModeMethods in org.apache.openjpa.kernel that return DataCacheRetrieveMode Modifier and Type Method Description DataCacheRetrieveModeDelegatingFetchConfiguration. getCacheRetrieveMode()DataCacheRetrieveModeFetchConfiguration. getCacheRetrieveMode()Gets the current retrieve mode for data cache.DataCacheRetrieveModeFetchConfigurationImpl. getCacheRetrieveMode()static DataCacheRetrieveModeDataCacheRetrieveMode. valueOf(java.lang.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 voidDelegatingFetchConfiguration. setCacheRetrieveMode(DataCacheRetrieveMode mode)voidFetchConfiguration. setCacheRetrieveMode(DataCacheRetrieveMode mode)Sets the current retrieve mode for data cache.voidFetchConfigurationImpl. setCacheRetrieveMode(DataCacheRetrieveMode mode) -
Uses of DataCacheRetrieveMode in org.apache.openjpa.persistence
Methods in org.apache.openjpa.persistence that return DataCacheRetrieveMode Modifier and Type Method Description DataCacheRetrieveModeFetchPlan. getCacheRetrieveMode()Gets the current retrieve mode for data cache.DataCacheRetrieveModeFetchPlanImpl. getCacheRetrieveMode()Methods in org.apache.openjpa.persistence with parameters of type DataCacheRetrieveMode Modifier and Type Method Description FetchPlanFetchPlan. setCacheRetrieveMode(DataCacheRetrieveMode mode)Sets the current retrieve mode for data cache.FetchPlanFetchPlanImpl. setCacheRetrieveMode(DataCacheRetrieveMode mode)
-