Package org.hibernate.reactive.persister.entity.mutation
-
Interface Summary Interface Description ReactiveAbstractDeleteCoordinator With this interface we can have multiple delete coordinators that extendAbstractDeleteCoordinator
.ReactiveInsertCoordinator ReactiveScopedUpdateCoordinator Scoped to a single operation, so that we can keep instance scoped state.ReactiveUpdateCoordinator A reactiveUpdateCoordinator
that allows the creation of aReactiveScopedUpdateCoordinator
scoped to a single update operation. -
Class Summary Class Description ReactiveDeleteCoordinator ReactiveDeleteCoordinatorSoft ReactiveInsertCoordinatorStandard ReactiveMergeCoordinator ReactiveUpdateCoordinatorNoOp ReactiveUpdateCoordinatorStandard Reactive version ofUpdateCoordinatorStandard
, but it cannot be shared between multiple update operations.