Uses of Class
com.blazebit.persistence.view.impl.update.flush.MapAttributeFlusher
Packages that use MapAttributeFlusher
-
Uses of MapAttributeFlusher in com.blazebit.persistence.view.impl.update.flush
Methods in com.blazebit.persistence.view.impl.update.flush that return MapAttributeFlusherModifier and TypeMethodDescriptionprotected MapAttributeFlusher<E,V> MapAttributeFlusher.partialFlusher(boolean fetch, boolean upsert, AbstractPluralAttributeFlusher.PluralFlushOperation operation, List<? extends MapAction<?>> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers) protected MapAttributeFlusher<E,V> MapAttributeFlusher.partialFlusher(boolean fetch, AbstractPluralAttributeFlusher.PluralFlushOperation operation, List<? extends MapAction<?>> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers) Methods in com.blazebit.persistence.view.impl.update.flush that return types with arguments of type MapAttributeFlusherModifier and TypeMethodDescriptionprotected DirtyAttributeFlusher<MapAttributeFlusher<E,V>, E, V> MapAttributeFlusher.determineDirtyFlusherForNewCollection(UpdateContext context, V initial, V current) MapAttributeFlusher.getDirtyFlusher(UpdateContext context, Object view, Object initial, Object current) protected DirtyAttributeFlusher<MapAttributeFlusher<E,V>, E, V> MapAttributeFlusher.getDirtyFlusherForRecordingCollection(UpdateContext context, RecordingMap<?, ?, ?> collection) Constructors in com.blazebit.persistence.view.impl.update.flush with parameters of type MapAttributeFlusherModifierConstructorDescriptionprotectedMapAttributeFlusher(MapAttributeFlusher original, boolean fetch) protectedMapAttributeFlusher(MapAttributeFlusher original, boolean fetch, boolean upsert, AbstractPluralAttributeFlusher.PluralFlushOperation flushOperation, List<? extends MapAction<?>> collectionActions, List<CollectionElementAttributeFlusher<E, V>> elementFlushers)