Uses of Interface
org.apache.openjpa.util.proxy.DelayedProxy
-
Packages that use DelayedProxy Package Description org.apache.openjpa.util.proxy -
-
Uses of DelayedProxy in org.apache.openjpa.util.proxy
Classes in org.apache.openjpa.util.proxy that implement DelayedProxy Modifier and Type Class Description 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.
-