Uses of Class
org.apache.openjpa.datacache.DataCacheMode
-
Packages that use DataCacheMode Package Description org.apache.openjpa.datacache OpenJPA Data Cache -
-
Uses of DataCacheMode in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache that return DataCacheMode Modifier and Type Method Description static DataCacheMode
DataCacheMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DataCacheMode[]
DataCacheMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-