| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProxyCollection | |
|---|---|
| org.apache.openjpa.util | OpenJPA Utilities | 
| Uses of ProxyCollection in org.apache.openjpa.util | 
|---|
| Classes in org.apache.openjpa.util that implement ProxyCollection | |
|---|---|
|  class | ProxyArrayListExtension of the ArrayListtype that dirties the
 persistent/transactional field it is assigned to on modification. | 
|  class | ProxyHashSetExtension of the HashSettype that dirties the
 persistent/transactional field it is assigned to on modification. | 
|  class | ProxyLinkedListExtension of the LinkedListtype that dirties the
 persistent/transactional field it is assigned to on modification. | 
|  class | ProxyTreeSetExtension of the TreeSettype that dirties the
 persistent/transactional field it is assigned to on modification. | 
|  class | ProxyVectorExtension of the Vectortype that dirties the
 persistent/transactional field it is assigned to on modification. | 
| Methods in org.apache.openjpa.util that return ProxyCollection | |
|---|---|
|  ProxyCollection | ProxyVector.newInstance(Class elementType,
            Comparator compare,
            boolean trackChanges,
            OpenJPAConfiguration conf) | 
|  ProxyCollection | ProxyTreeSet.newInstance(Class elementType,
            Comparator compare,
            boolean trackChanges,
            OpenJPAConfiguration conf) | 
|  ProxyCollection | ProxyLinkedList.newInstance(Class elementType,
            Comparator compare,
            boolean trackChanges,
            OpenJPAConfiguration conf) | 
|  ProxyCollection | ProxyHashSet.newInstance(Class elementType,
            Comparator compare,
            boolean trackChanges,
            OpenJPAConfiguration conf) | 
|  ProxyCollection | ProxyCollection.newInstance(Class elementType,
            Comparator compare,
            boolean trackChanges,
            OpenJPAConfiguration conf)This method should return a new proxy of the same concrete type as the implementing class. | 
|  ProxyCollection | ProxyArrayList.newInstance(Class elementType,
            Comparator compare,
            boolean trackChanges,
            OpenJPAConfiguration conf) | 
| Methods in org.apache.openjpa.util with parameters of type ProxyCollection | |
|---|---|
| static Iterator | Proxies.iterator(ProxyCollection proxy,
         Iterator itr)Return an iterator that dirties its owner on calls to remove. | 
| static ListIterator | Proxies.listIterator(ProxyCollection proxy,
             ListIterator itr,
             Class allowed)Return a proxy iterator that dirties its owner on remove, set, and add. | 
| protected  void | ProxyManagerImpl.setProxyTemplate(Class collType,
                 ProxyCollection proxy)Add a supported proxy collection type. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||