Class DelayedVectorProxy

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

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