Uses of Interface
org.apache.openjpa.util.proxy.ProxyCollection
Packages that use ProxyCollection
-
Uses of ProxyCollection in org.apache.openjpa.util.proxy
Classes in org.apache.openjpa.util.proxy that implement ProxyCollectionModifier and TypeClassDescriptionclassArrayList proxy with delay loading capability.classHashSet proxy with delay loading capability.classLinkedHashSet proxy with delay loading capability.classLinkedList proxy with delay loading capability.classPriorityQueue proxy with delay loading capability.classTreeSet proxy with delay loading capability.classVector proxy with delay loading capability.Methods in org.apache.openjpa.util.proxy that return ProxyCollectionModifier and TypeMethodDescriptionDelayedArrayListProxy.newInstance(Class paramClass, Comparator paramComparator, boolean paramBoolean1, boolean paramBoolean2) DelayedHashSetProxy.newInstance(Class paramClass, Comparator paramComparator, boolean paramBoolean1, boolean paramBoolean2) DelayedLinkedHashSetProxy.newInstance(Class paramClass, Comparator paramComparator, boolean paramBoolean1, boolean paramBoolean2) DelayedLinkedListProxy.newInstance(Class paramClass, Comparator paramComparator, boolean paramBoolean1, boolean paramBoolean2) DelayedPriorityQueueProxy.newInstance(Class paramClass, Comparator paramComparator, boolean paramBoolean1, boolean paramBoolean2) DelayedTreeSetProxy.newInstance(Class paramClass, Comparator paramComparator, boolean paramBoolean1, boolean paramBoolean2) DelayedVectorProxy.newInstance(Class paramClass, Comparator paramComparator, boolean paramBoolean1, boolean paramBoolean2) ProxyCollection.newInstance(Class elementType, Comparator comp, boolean trackChanges, boolean autoOff) Create a new instance of this proxy type.Methods in org.apache.openjpa.util.proxy with parameters of type ProxyCollectionModifier and TypeMethodDescriptionstatic booleanProxyCollections.addAll(ProxyCollection coll, int index, Collection values) Override forList.addAll(int, Collection).static booleanProxyCollections.addAll(ProxyCollection coll, Collection values) Override forCollection.addAll(java.util.Collection<? extends E>).static booleanProxyCollections.afterAdd(ProxyCollection coll, Object value, boolean added) Call after invokingCollection.add(Object)on super.static voidProxyCollections.afterAddElement(ProxyCollection coll, Object value) Call after invokingVector.addElement(Object)on super.static voidProxyCollections.afterAddLast(ProxyCollection coll, Object value) Call after invokingLinkedList.addLast(Object)on super.static IteratorProxyCollections.afterIterator(ProxyCollection coll, Iterator itr) Wrap given iterator in a proxy.static ListIteratorProxyCollections.afterListIterator(ProxyCollection coll, int idx, ListIterator itr) Wrap given iterator in a proxy.static ListIteratorProxyCollections.afterListIterator(ProxyCollection coll, ListIterator itr) Wrap given iterator in a proxy.static booleanProxyCollections.afterOffer(ProxyCollection coll, Object value, boolean added) Call after invokingQueue#offer(Object)on super.static ObjectProxyCollections.afterPoll(ProxyCollection coll, Object removed) Call after invokingQueue#pollon super.static ObjectProxyCollections.afterRemove(ProxyCollection coll, int index, Object removed) Call after invokingList.remove(int)on super.static ObjectProxyCollections.afterRemove(ProxyCollection coll, Object removed) Call after invokingQueue#removeon super.static booleanProxyCollections.afterRemove(ProxyCollection coll, Object o, boolean removed) Call after invokingCollection.remove(java.lang.Object)on super.static booleanProxyCollections.afterRemoveElement(ProxyCollection coll, Object o, boolean removed) Call after invokingVector.removeElement(java.lang.Object)on super.static ObjectProxyCollections.afterRemoveFirst(ProxyCollection coll, Object removed) Call after invokingLinkedList.removeFirst()on super.static ObjectProxyCollections.afterRemoveLast(ProxyCollection coll, Object removed) Call after invokingLinkedList.removeLast()on super.static ObjectProxyCollections.afterSet(ProxyCollection coll, int index, Object element, Object replaced) Call after invokingList.set(int, E)on super.static ObjectProxyCollections.afterSetElementAt(ProxyCollection coll, Object element, int index, Object replaced) Call after invokingVector.setElementAt(E, int)on super.static voidProxyCollections.beforeAdd(ProxyCollection coll, int index, Object value) Call before invokingList.add(int,Object)on super.static voidProxyCollections.beforeAdd(ProxyCollection coll, Object value) Call before invokingCollection.add(Object)on super.static voidProxyCollections.beforeAddElement(ProxyCollection coll, Object value) Call before invokingVector.addElement(Object)on super.static voidProxyCollections.beforeAddFirst(ProxyCollection coll, Object value) Call before invokingLinkedList.addFirst(Object)on super.static voidProxyCollections.beforeAddLast(ProxyCollection coll, Object value) Call before invokingLinkedList.addLast(Object)on super.static voidProxyCollections.beforeClear(ProxyCollection coll) Call before clearing collection.static voidProxyCollections.beforeInsertElementAt(ProxyCollection coll, Object value, int index) Call before invokingVector.insertElementAt(Object,int)on super.static voidProxyCollections.beforeOffer(ProxyCollection coll, Object value) Call before invokingQueue#offer(Object)on super.static voidProxyCollections.beforePoll(ProxyCollection coll) Call before invokingQueue#pollon super.static voidProxyCollections.beforeRemove(ProxyCollection coll) Call before invokingQueue#removeon super.static voidProxyCollections.beforeRemove(ProxyCollection coll, int index) Call before invokingList.remove(int)on super.static voidProxyCollections.beforeRemove(ProxyCollection coll, Object o) Call before invokingCollection.remove(java.lang.Object)on super.static voidProxyCollections.beforeRemoveAllElements(ProxyCollection coll) Call before clearing vector.static voidProxyCollections.beforeRemoveElement(ProxyCollection coll, Object o) Call before invokingVector.removeElement(java.lang.Object)on super.static voidProxyCollections.beforeRemoveElementAt(ProxyCollection coll, int index) Call before invokingVector.removeElementAt(int)on super.static voidProxyCollections.beforeRemoveFirst(ProxyCollection coll) Call before invokingLinkedList.removeFirst()on super.static voidProxyCollections.beforeRemoveLast(ProxyCollection coll) Call after invokingLinkedList.removeLast()on super.static voidProxyCollections.beforeSet(ProxyCollection coll, int index, Object element) Call before invokingList.set(int, E)on super.static voidProxyCollections.beforeSetElementAt(ProxyCollection coll, Object element, int index) Call before invokingVector.setElementAt(E, int)on super.static booleanProxyCollections.isDelayed(ProxyCollection proxy) static voidProxyCollections.loadCollection(ProxyCollection proxy) static voidProxyCollections.loadCollection(ProxyCollection proxy, boolean detaching) static booleanProxyCollections.removeAll(ProxyCollection coll, Collection<?> vals) Override forCollection.removeAll(java.util.Collection<?>).static booleanProxyCollections.retainAll(ProxyCollection coll, Collection<?> vals) Override forCollection.retainAll(java.util.Collection<?>).