Uses of Class
org.eclipse.persistence.descriptors.CacheIndex
-
Packages that use CacheIndex Package Description org.eclipse.persistence.descriptors org.eclipse.persistence.internal.identitymaps org.eclipse.persistence.internal.sessions -
-
Uses of CacheIndex in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors with type parameters of type CacheIndex Modifier and Type Field Description protected Map<List<DatabaseField>,CacheIndex>CachePolicy. cacheIndexesMethods in org.eclipse.persistence.descriptors that return CacheIndex Modifier and Type Method Description CacheIndexCachePolicy. getCacheIndex(List<DatabaseField> fields)PUBLIC: Return the cache index for the field names.Methods in org.eclipse.persistence.descriptors that return types with arguments of type CacheIndex Modifier and Type Method Description Map<List<DatabaseField>,CacheIndex>CachePolicy. getCacheIndexes()Methods in org.eclipse.persistence.descriptors with parameters of type CacheIndex Modifier and Type Method Description voidCachePolicy. addCacheIndex(CacheIndex index)PUBLIC: Add the cache index to the descriptor's cache settings.Method parameters in org.eclipse.persistence.descriptors with type arguments of type CacheIndex Modifier and Type Method Description voidCachePolicy. setCacheIndexes(Map<List<DatabaseField>,CacheIndex> cacheIndexes) -
Uses of CacheIndex in org.eclipse.persistence.internal.identitymaps
Fields in org.eclipse.persistence.internal.identitymaps with type parameters of type CacheIndex Modifier and Type Field Description protected Map<CacheIndex,IdentityMap>IdentityMapManager. cacheIndexesA map of indexes on the cache.Methods in org.eclipse.persistence.internal.identitymaps with parameters of type CacheIndex Modifier and Type Method Description 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 CacheIndex in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions with parameters of type CacheIndex 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.
-