Uses of Class
com.blazebit.persistence.view.impl.update.flush.FusedMapActions
Packages that use FusedMapActions
-
Uses of FusedMapActions in com.blazebit.persistence.view.impl.update.flush
Methods in com.blazebit.persistence.view.impl.update.flush that return FusedMapActionsModifier and TypeMethodDescriptionprotected FusedMapActionsMapAttributeFlusher.getFusedOperations(List<? extends MapAction<?>> collectionActions) Methods in com.blazebit.persistence.view.impl.update.flush with parameters of type FusedMapActionsModifier and TypeMethodDescriptionprotected voidMapAttributeFlusher.addElements(UpdateContext context, Object ownerView, Object view, Map<Object, Object> removedAllObjects, boolean flushAtOnce, V value, Map<Object, Object> embeddablesToUpdate, FusedMapActions fusedCollectionActions, boolean initialKnown) MapAttributeFlusher.appendRemoveSpecific(UpdateContext context, DeleteCriteriaBuilder<?> deleteCb, FusedMapActions fusedCollectionActions) protected booleanMapAttributeFlusher.deleteElements(UpdateContext context, Object ownerView, Object view, V value, boolean removeSpecific, FusedMapActions fusedCollectionActions, boolean deleteAll) protected voidMapAttributeFlusher.flushCollectionOperations(UpdateContext context, Object ownerView, Object view, V initial, V value, Map<Object, Object> embeddablesToUpdate, FusedMapActions fusedCollectionActions, boolean initialKnown)