java.lang.Object
org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
org.eclipse.persistence.internal.identitymaps.FullIdentityMap
All Implemented Interfaces:
Serializable, Cloneable, IdentityMap
Direct Known Subclasses:
CacheIdentityMap, UnitOfWorkIdentityMap, WeakIdentityMap

public class FullIdentityMap extends AbstractIdentityMap

Purpose: A FullIdentityMap holds all objects stored within it for the life of the application.

Responsibilities:

  • Guarantees identity
  • Holds all cached objects indefinitely.
Since:
TOPLink/Java 1.0
See Also: