Class DelayedTreeSetProxy

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

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