Interface PluralDirtyChecker<E,V>

All Superinterfaces:
DirtyChecker<E>
All Known Subinterfaces:
MapDirtyChecker<E,K,V>
All Known Implementing Classes:
AbstractPluralAttributeFlusher, CollectionAttributeFlusher, IndexedListAttributeFlusher, MapAttributeFlusher, ParentCollectionReferenceAttributeFlusher

public interface PluralDirtyChecker<E,V> extends DirtyChecker<E>
An interface for determining the dirty kind of two objects.
Since:
1.2.0
Author:
Christian Beikov
  • Method Details

    • getElementDirtyChecker

      DirtyChecker<V> getElementDirtyChecker(V element)