Uses of Enum
org.eclipse.persistence.annotations.CacheCoordinationType
Packages that use CacheCoordinationType
-
Uses of CacheCoordinationType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return CacheCoordinationTypeModifier and TypeMethodDescriptionstatic CacheCoordinationTypeReturns 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 CacheCoordinationTypeModifier and TypeMethodDescriptionvoidCachePolicy.setCacheCoordinationType(CacheCoordinationType type) PUBLIC: Set the type of cache coordination that will be used on objects of this type.