java.lang.Object
org.eclipse.persistence.internal.identitymaps.AbstractIdentityMap
org.eclipse.persistence.internal.identitymaps.NoIdentityMap
All Implemented Interfaces:
Serializable, Cloneable, IdentityMap

public class NoIdentityMap extends AbstractIdentityMap

Purpose: Provide the capability to not cache objects at all.

Responsibilities:

  • Do nothing when an object is cached.
Since:
TOPLink/Java 1.0
See Also: