Class CollectionChangeTrackerImpl

java.lang.Object
org.apache.openjpa.util.AbstractChangeTracker
org.apache.openjpa.util.CollectionChangeTrackerImpl
All Implemented Interfaces:
ChangeTracker, CollectionChangeTracker
Direct Known Subclasses:
DelayedCollectionChangeTrackerImpl

public class CollectionChangeTrackerImpl extends AbstractChangeTracker implements CollectionChangeTracker
Author:
Abe White
  • Field Details

    • _coll

      protected final Collection _coll
    • _dups

      protected final boolean _dups
    • _order

      protected final boolean _order
  • Constructor Details

    • CollectionChangeTrackerImpl

      public CollectionChangeTrackerImpl(Collection coll, boolean dups, boolean order, boolean autoOff)
      Constructor.
      Parameters:
      coll - the collection to delegate to
      dups - true if the collection allows duplicates, false otherwise
      order - true if the collection is ordered, false otherwise
  • Method Details