Uses of Class
org.eclipse.persistence.annotations.CacheType
-
Packages that use CacheType Package Description org.eclipse.persistence.annotations -
-
Uses of CacheType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return CacheType Modifier and Type Method Description CacheTypetype()(Optional) The type of cache to use.static CacheTypeCacheType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheType[]CacheType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-