Uses of Class
org.eclipse.persistence.config.CacheIsolationType
-
Packages that use CacheIsolationType Package Description org.eclipse.persistence.annotations org.eclipse.persistence.config org.eclipse.persistence.descriptors org.eclipse.persistence.sessions -
-
Uses of CacheIsolationType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return CacheIsolationType Modifier and Type Method Description CacheIsolationTypeisolation()(Optional) Controls the level of caching this Entity will use. -
Uses of CacheIsolationType in org.eclipse.persistence.config
Methods in org.eclipse.persistence.config that return CacheIsolationType Modifier and Type Method Description static CacheIsolationTypeCacheIsolationType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheIsolationType[]CacheIsolationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CacheIsolationType in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as CacheIsolationType Modifier and Type Field Description protected CacheIsolationTypeCachePolicy. cacheIsolationMethods in org.eclipse.persistence.descriptors that return CacheIsolationType Modifier and Type Method Description CacheIsolationTypeCachePolicy. getCacheIsolation()PUBLIC: Controls how the Entity instances will be cached.CacheIsolationTypeClassDescriptor. getCacheIsolation()PUBLIC: Controls how the Entity instances will be cached.Methods in org.eclipse.persistence.descriptors with parameters of type CacheIsolationType Modifier and Type Method Description voidCachePolicy. setCacheIsolation(CacheIsolationType isolationType)PUBLIC: Controls how the Entity instances and data will be cached.voidClassDescriptor. setCacheIsolation(CacheIsolationType isolationType)PUBLIC: Controls how the Entity instances and data will be cached. -
Uses of CacheIsolationType in org.eclipse.persistence.sessions
Fields in org.eclipse.persistence.sessions declared as CacheIsolationType Modifier and Type Field Description protected CacheIsolationTypeProject. defaultCacheIsolationDefault value for ClassDescriptor.isIsolated.Methods in org.eclipse.persistence.sessions that return CacheIsolationType Modifier and Type Method Description CacheIsolationTypeProject. getDefaultCacheIsolation()PUBLIC: Return the project level default for class cache isolation;Methods in org.eclipse.persistence.sessions with parameters of type CacheIsolationType Modifier and Type Method Description voidProject. setDefaultCacheIsolation(CacheIsolationType isolationType)PUBLIC: Set project level default value for class cache isolation.
-