Uses of Class
org.eclipse.persistence.annotations.CacheKeyType
-
Packages that use CacheKeyType Package Description org.eclipse.persistence.annotations org.eclipse.persistence.descriptors -
-
Uses of CacheKeyType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return CacheKeyType Modifier and Type Method Description CacheKeyTypecacheKeyType()(Optional) Configures what cache key type is used to store the object in the cache.static CacheKeyTypeCacheKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheKeyType[]CacheKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CacheKeyType in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as CacheKeyType Modifier and Type Field Description protected CacheKeyTypeCachePolicy. cacheKeyTypeAllow cache key type to be configured.Methods in org.eclipse.persistence.descriptors that return CacheKeyType Modifier and Type Method Description CacheKeyTypeCachePolicy. getCacheKeyType()ADVANCED: Return what cache key type to use to store the object in the cache.CacheKeyTypeClassDescriptor. getCacheKeyType()ADVANCED: Return what cache key type to use to store the object in the cache.Methods in org.eclipse.persistence.descriptors with parameters of type CacheKeyType Modifier and Type Method Description voidCachePolicy. setCacheKeyType(CacheKeyType cacheKeyType)ADVANCED: Set what cache key type to use to store the object in the cache.voidClassDescriptor. setCacheKeyType(CacheKeyType cacheKeyType)ADVANCED: Set what cache key type to use to store the object in the cache.
-