org.apache.openjpa.util
Class DelayedCollectionChangeTrackerImpl
java.lang.Object
   org.apache.openjpa.util.AbstractChangeTracker
org.apache.openjpa.util.AbstractChangeTracker
       org.apache.openjpa.util.CollectionChangeTrackerImpl
org.apache.openjpa.util.CollectionChangeTrackerImpl
           org.apache.openjpa.util.DelayedCollectionChangeTrackerImpl
org.apache.openjpa.util.DelayedCollectionChangeTrackerImpl
- All Implemented Interfaces: 
- ChangeTracker, CollectionChangeTracker
- public class DelayedCollectionChangeTrackerImpl 
- extends CollectionChangeTrackerImpl
A collection change tracker used by delay loaded collections.
 
 
 
 
| Method Summary | 
| protected  void | add(Object elem)Mark the given value as added.
 | 
| protected  void | change(Object elem)Mark the given value as changed.
 | 
| protected  void | remove(Object elem)Mark the given value as removed.
 | 
 
 
| Methods inherited from class org.apache.openjpa.util.AbstractChangeTracker | 
| changed, getAdded, getAutoOff, getChanged, getNextSequence, getRemoved, isTracking, newSet, reset, setAutoOff, setNextSequence, startTracking, stopTracking | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
DelayedCollectionChangeTrackerImpl
public DelayedCollectionChangeTrackerImpl(Collection coll,
                                          boolean dups,
                                          boolean order,
                                          boolean autoOff)
add
protected void add(Object elem)
- Description copied from class: AbstractChangeTracker
- Mark the given value as added.
 
- 
- Overrides:
- addin class- CollectionChangeTrackerImpl
 
- 
 
remove
protected void remove(Object elem)
- Description copied from class: AbstractChangeTracker
- Mark the given value as removed.
 
- 
- Overrides:
- removein class- CollectionChangeTrackerImpl
 
- 
 
change
protected void change(Object elem)
- Description copied from class: AbstractChangeTracker
- Mark the given value as changed.
 
- 
- Overrides:
- changein class- CollectionChangeTrackerImpl
 
- 
 
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.