Class DelayedHashSetProxy

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet
org.apache.openjpa.util.proxy.DelayedHashSetProxy
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, Set, Proxy, DelayedProxy, ProxyCollection

public class DelayedHashSetProxy extends HashSet implements DelayedProxy, ProxyCollection
HashSet proxy with delay loading capability. Allows non-indexed add and remove operations to occur on an unloaded collection. Operations that require a load will trigger a load.
See Also: