Uses of Interface
org.apache.openjpa.util.CollectionChangeTracker
Packages that use CollectionChangeTracker
Package
Description
OpenJPA-JDBC ORM Strategies
OpenJPA Utilities
-
Uses of CollectionChangeTracker in org.apache.openjpa.jdbc.meta.strats
Classes in org.apache.openjpa.jdbc.meta.strats that implement CollectionChangeTracker -
Uses of CollectionChangeTracker in org.apache.openjpa.util
Classes in org.apache.openjpa.util that implement CollectionChangeTrackerModifier and TypeClassDescriptionclassA collection proxy designed for collections backed by extremely large result sets in which each call toAbstractLRSProxyCollection.iterator()may perform a database query.classDefaultCollectionChangeTracker.classA collection change tracker used by delay loaded collections. -
Uses of CollectionChangeTracker in org.apache.openjpa.util.proxy
Methods in org.apache.openjpa.util.proxy with parameters of type CollectionChangeTrackerModifier and TypeMethodDescriptionprotected voidDelayedArrayListProxy.setChangeTracker(CollectionChangeTracker ct) protected voidDelayedHashSetProxy.setChangeTracker(CollectionChangeTracker ct) protected voidDelayedLinkedHashSetProxy.setChangeTracker(CollectionChangeTracker ct) protected voidDelayedLinkedListProxy.setChangeTracker(CollectionChangeTracker ct) protected voidDelayedPriorityQueueProxy.setChangeTracker(CollectionChangeTracker ct) protected voidDelayedTreeSetProxy.setChangeTracker(CollectionChangeTracker ct) protected voidDelayedVectorProxy.setChangeTracker(CollectionChangeTracker ct)