Uses of Class
org.eclipse.persistence.internal.identitymaps.CacheId
Packages that use CacheId
Package
Description
-
Uses of CacheId in org.eclipse.persistence.internal.identitymaps
Fields in org.eclipse.persistence.internal.identitymaps declared as CacheIdMethods in org.eclipse.persistence.internal.identitymaps with parameters of type CacheIdModifier and TypeMethodDescriptionint
Determine if the receiver is greater or less than the key.boolean
Determine if the receiver is equal to key.IdentityMapManager.getCacheKeyByIndex
(CacheIndex index, CacheId indexValues, boolean shouldCheckExpiry, ClassDescriptor descriptor) Return the cache key for the cache index or null if not found.void
IdentityMapManager.putCacheKeyByIndex
(CacheIndex index, CacheId indexValues, CacheKey cacheKey, ClassDescriptor descriptor) Index the cache key by the index values. -
Uses of CacheId in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions with parameters of type CacheIdModifier and TypeMethodDescriptionIdentityMapAccessor.getCacheKeyByIndex
(CacheIndex index, CacheId indexValues, boolean shouldCheckExpiry, ClassDescriptor descriptor) Return the cache key for the cache index or null if not found.IsolatedClientSessionIdentityMapAccessor.getCacheKeyByIndex
(CacheIndex index, CacheId indexValues, boolean shouldCheckExpiry, ClassDescriptor descriptor) Return the cache key for the cache index or null if not found.void
IdentityMapAccessor.putCacheKeyByIndex
(CacheIndex index, CacheId indexValues, CacheKey cacheKey, ClassDescriptor descriptor) Index the cache key by the index values.void
IsolatedClientSessionIdentityMapAccessor.putCacheKeyByIndex
(CacheIndex index, CacheId indexValues, CacheKey cacheKey, ClassDescriptor descriptor) Index the cache key by the index values.