Uses of Interface
org.apache.openjpa.util.DelayedProxy

Packages that use DelayedProxy
org.apache.openjpa.util OpenJPA Utilities 
 

Uses of DelayedProxy in org.apache.openjpa.util
 

Classes in org.apache.openjpa.util that implement DelayedProxy
 class DelayedArrayListProxy
          ArrayList proxy with delay loading capability.
 class DelayedHashSetProxy
          HashSet proxy with delay loading capability.
 class DelayedLinkedHashSetProxy
          LinkedHashSet proxy with delay loading capability.
 class DelayedLinkedListProxy
          LinkedList proxy with delay loading capability.
 class DelayedPriorityQueueProxy
          PriorityQueue proxy with delay loading capability.
 class DelayedTreeSetProxy
          TreeSet proxy with delay loading capability.
 class DelayedVectorProxy
          Vector proxy with delay loading capability.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.