org.apache.openjpa.util
Class DelayedCollectionChangeTrackerImpl
java.lang.Object
org.apache.openjpa.util.AbstractChangeTracker
org.apache.openjpa.util.CollectionChangeTrackerImpl
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:
add
in class CollectionChangeTrackerImpl
remove
protected void remove(Object elem)
- Description copied from class:
AbstractChangeTracker
- Mark the given value as removed.
- Overrides:
remove
in class CollectionChangeTrackerImpl
change
protected void change(Object elem)
- Description copied from class:
AbstractChangeTracker
- Mark the given value as changed.
- Overrides:
change
in class CollectionChangeTrackerImpl
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.