Uses of Class
org.eclipse.persistence.internal.identitymaps.FullIdentityMap
Packages that use FullIdentityMap
Package
Description
-
Uses of FullIdentityMap in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type FullIdentityMapModifier and TypeFieldDescriptionstatic final Class
<FullIdentityMap> ClassConstants.FullIdentityMap_Class
-
Uses of FullIdentityMap in org.eclipse.persistence.internal.identitymaps
Subclasses of FullIdentityMap in org.eclipse.persistence.internal.identitymapsModifier and TypeClassDescriptionclass
Purpose: A fixed size LRU cacheclass
Purpose: A HardCacheWeakIdentityMap is identical to the weak identity map, 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).class
Purpose: 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).class
Purpose: A SoftIdentityMap holds all objects referenced by the application.class
Unit of work specific identity map which avoid additional overhead not required in unit of work, such as locking and synchronization.class
Purpose: A WeakIdentityMap holds all objects referenced by the application only.class