Uses of Class
org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap
-
Packages that use HardCacheWeakIdentityMap Package Description org.eclipse.persistence.internal.helper org.eclipse.persistence.internal.identitymaps -
-
Uses of HardCacheWeakIdentityMap in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type HardCacheWeakIdentityMap Modifier and Type Field Description static Class<HardCacheWeakIdentityMap>ClassConstants. HardCacheWeakIdentityMap_Class -
Uses of HardCacheWeakIdentityMap in org.eclipse.persistence.internal.identitymaps
Subclasses of HardCacheWeakIdentityMap in org.eclipse.persistence.internal.identitymaps Modifier and Type Class Description classSoftCacheWeakIdentityMapPurpose: A SoftCacheWeakIdentityMap is identical to the WeakIdentityMap, however the weak reference can be a performance problem for some types of apps because it can cause too much garbage collection of objects read causing them to be re-read and re-built (this defeats the purpose of the cache).
-