Class CollectionElementAttributeFlusher<E,​V>

java.lang.Object
com.blazebit.persistence.view.impl.update.flush.CollectionElementFetchGraphNode<CollectionElementAttributeFlusher<E,​V>,​DirtyAttributeFlusher<?,​E,​V>>
com.blazebit.persistence.view.impl.update.flush.CollectionElementAttributeFlusher<E,​V>
All Implemented Interfaces:
DirtyChecker<V>, DirtyAttributeFlusher<CollectionElementAttributeFlusher<E,​V>,​E,​V>, FetchGraphNode<CollectionElementAttributeFlusher<E,​V>>
Direct Known Subclasses:
CascadingCollectionElementAttributeFlusher, InverseCollectionElementAttributeFlusher, MergeCollectionElementAttributeFlusher, PersistCollectionElementAttributeFlusher, UpdateCollectionElementAttributeFlusher

public abstract class CollectionElementAttributeFlusher<E,​V>
extends CollectionElementFetchGraphNode<CollectionElementAttributeFlusher<E,​V>,​DirtyAttributeFlusher<?,​E,​V>>
implements DirtyAttributeFlusher<CollectionElementAttributeFlusher<E,​V>,​E,​V>
Since:
1.2.0
Author:
Christian Beikov