Uses of Class
com.blazebit.persistence.view.impl.update.flush.AbstractPluralAttributeFlusher
Packages that use AbstractPluralAttributeFlusher
-
Uses of AbstractPluralAttributeFlusher in com.blazebit.persistence.view.impl.update.flush
Classes in com.blazebit.persistence.view.impl.update.flush with type parameters of type AbstractPluralAttributeFlusherModifier and TypeClassDescriptionclassAbstractPluralAttributeFlusher<X extends AbstractPluralAttributeFlusher<X,A, R, E, V>, A, R, E, V> Modifier and TypeClassDescriptionclassCollectionAttributeFlusher<E,V extends Collection<?>> classIndexedListAttributeFlusher<E,V extends List<?>> classMapAttributeFlusher<E,V extends Map<?, ?>> classParentCollectionReferenceAttributeFlusher<E,V extends Collection<?>> Methods in com.blazebit.persistence.view.impl.update.flush that return AbstractPluralAttributeFlusherModifier and TypeMethodDescriptionAbstractPluralAttributeFlusher.partialFlusher(boolean fetch, AbstractPluralAttributeFlusher.PluralFlushOperation operation, List<? extends A> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers) Constructors in com.blazebit.persistence.view.impl.update.flush with parameters of type AbstractPluralAttributeFlusherModifierConstructorDescriptionprotectedAbstractPluralAttributeFlusher(AbstractPluralAttributeFlusher<?, ?, ?, ?, ?> original, boolean fetch) protectedAbstractPluralAttributeFlusher(AbstractPluralAttributeFlusher<?, ?, ?, ?, ?> original, boolean fetch, AbstractPluralAttributeFlusher.PluralFlushOperation flushOperation, List<? extends A> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers)