|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionChangeTracker | |
---|---|
org.apache.openjpa.jdbc.meta.strats | OpenJPA-JDBC ORM Strategies Library of mapping strategies. |
org.apache.openjpa.util | OpenJPA Utilities This package provides utilities to facilitate the handling of second class objects and OpenJPA object ids. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |