Uses of Class
org.eclipse.persistence.internal.identitymaps.CacheId
-
Packages that use CacheId Package Description org.eclipse.persistence.internal.identitymaps org.eclipse.persistence.internal.sessions -
-
Uses of CacheId in org.eclipse.persistence.internal.identitymaps
Fields in org.eclipse.persistence.internal.identitymaps declared as CacheId Modifier and Type Field Description static CacheIdCacheId. EMPTYMethods in org.eclipse.persistence.internal.identitymaps with parameters of type CacheId Modifier and Type Method Description intCacheId. compareTo(CacheId otherId)Determine if the receiver is greater or less than the key.booleanCacheId. equals(CacheId id)Determine if the receiver is equal to key.CacheKeyIdentityMapManager. getCacheKeyByIndex(CacheIndex index, CacheId indexValues, boolean shouldCheckExpiry, ClassDescriptor descriptor)Return the cache key for the cache index or null if not found.voidIdentityMapManager. 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 CacheId Modifier and Type Method Description CacheKeyIdentityMapAccessor. getCacheKeyByIndex(CacheIndex index, CacheId indexValues, boolean shouldCheckExpiry, ClassDescriptor descriptor)Return the cache key for the cache index or null if not found.CacheKeyIsolatedClientSessionIdentityMapAccessor. getCacheKeyByIndex(CacheIndex index, CacheId indexValues, boolean shouldCheckExpiry, ClassDescriptor descriptor)Return the cache key for the cache index or null if not found.voidIdentityMapAccessor. putCacheKeyByIndex(CacheIndex index, CacheId indexValues, CacheKey cacheKey, ClassDescriptor descriptor)Index the cache key by the index values.voidIsolatedClientSessionIdentityMapAccessor. putCacheKeyByIndex(CacheIndex index, CacheId indexValues, CacheKey cacheKey, ClassDescriptor descriptor)Index the cache key by the index values.
-