Uses of Class
org.eclipse.persistence.annotations.CacheCoordinationType
-
Packages that use CacheCoordinationType Package Description org.eclipse.persistence.annotations org.eclipse.persistence.descriptors -
-
Uses of CacheCoordinationType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return CacheCoordinationType Modifier and Type Method Description CacheCoordinationTypecoordinationType()(Optional) The cache coordination mode.static CacheCoordinationTypeCacheCoordinationType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheCoordinationType[]CacheCoordinationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CacheCoordinationType in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors with parameters of type CacheCoordinationType Modifier and Type Method Description voidCachePolicy. setCacheCoordinationType(CacheCoordinationType type)PUBLIC: Set the type of cache coordination that will be used on objects of this type.
-