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

Packages that use CollectionChangeTracker
org.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategies 
org.apache.openjpa.util OpenJPA Utilities 
 

Uses of CollectionChangeTracker in org.apache.openjpa.jdbc.meta.strats
 

Classes in org.apache.openjpa.jdbc.meta.strats that implement CollectionChangeTracker
 class LRSProxyCollection
          Large result set collection.
 

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 DelayedVectorProxy.setChangeTracker(CollectionChangeTracker ct)
           
protected  void DelayedTreeSetProxy.setChangeTracker(CollectionChangeTracker ct)
           
protected  void DelayedPriorityQueueProxy.setChangeTracker(CollectionChangeTracker ct)
           
protected  void DelayedLinkedListProxy.setChangeTracker(CollectionChangeTracker ct)
           
protected  void DelayedLinkedHashSetProxy.setChangeTracker(CollectionChangeTracker ct)
           
protected  void DelayedHashSetProxy.setChangeTracker(CollectionChangeTracker ct)
           
protected  void DelayedArrayListProxy.setChangeTracker(CollectionChangeTracker ct)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.