Class DelayedArrayListProxy

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
org.apache.openjpa.util.proxy.DelayedArrayListProxy
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess, Proxy, DelayedProxy, ProxyCollection

public class DelayedArrayListProxy extends ArrayList implements ProxyCollection, DelayedProxy
ArrayList 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: