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

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

Uses of CollectionChangeTracker in org.apache.openjpa.util
 

Classes in org.apache.openjpa.util that implement CollectionChangeTracker
 class AbstractLRSProxyCollection
          A collection proxy designed for collections backed by extremely large result sets in which each call to AbstractLRSProxyCollection.iterator() may perform a database query.
 class CollectionChangeTrackerImpl
          Default CollectionChangeTracker.
 class DelayedCollectionChangeTrackerImpl
          A collection change tracker used by delay loaded collections.
 

Methods in org.apache.openjpa.util with parameters of type CollectionChangeTracker
protected  void DelayedTreeSetProxy.setChangeTracker(CollectionChangeTracker ct)
           
protected  void DelayedArrayListProxy.setChangeTracker(CollectionChangeTracker ct)
           
protected  void DelayedPriorityQueueProxy.setChangeTracker(CollectionChangeTracker ct)
           
protected  void DelayedHashSetProxy.setChangeTracker(CollectionChangeTracker ct)
           
protected  void DelayedVectorProxy.setChangeTracker(CollectionChangeTracker ct)
           
protected  void DelayedLinkedHashSetProxy.setChangeTracker(CollectionChangeTracker ct)
           
protected  void DelayedLinkedListProxy.setChangeTracker(CollectionChangeTracker ct)
           
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.