Package org.apache.openjpa.util.proxy
-
Interface Summary Interface Description DelayedProxy Implemented by proxy classes which are delay-load capable.ProxyBean Interface implemented by all generated custom types, which use JavaBean conventions for copying state.ProxyCalendar Interface implemented by all generated proxies onCalendar
types.ProxyCollection Interface implemented by all proxy collection types.ProxyCollections.ProxyIterator Marker interface for a proxied iterator.ProxyCollections.ProxyListIterator Marker interface for a proxied list iterator.ProxyDate Interface implemented by all generated proxies onDate
types.ProxyMap Interface implemented by proxies onMap
types.ProxyMaps.ProxyEntrySet Marker interface for a proxy entry set. -
Class Summary Class Description DelayedArrayListProxy ArrayList proxy with delay loading capability.DelayedHashSetProxy HashSet proxy with delay loading capability.DelayedLinkedHashSetProxy LinkedHashSet proxy with delay loading capability.DelayedLinkedListProxy LinkedList proxy with delay loading capability.DelayedPriorityQueueProxy PriorityQueue proxy with delay loading capability.DelayedTreeSetProxy TreeSet proxy with delay loading capability.DelayedVectorProxy Vector proxy with delay loading capability.ProxyCollections Utility methods used by collection proxies.ProxyMaps Utility methods used by map proxies.