Package org.hibernate.reactive.persister.entity.mutation
-
Interface Summary Interface Description ReactiveScopedUpdateCoordinator Scoped to a single operation, so that we can keep instance scoped state.ReactiveUpdateCoordinator A reactiveUpdateCoordinatorthat allows the creation of aReactiveScopedUpdateCoordinatorscoped to a single update operation. -
Class Summary Class Description ReactiveDeleteCoordinator ReactiveInsertCoordinator ReactiveUpdateCoordinatorNoOp ReactiveUpdateCoordinatorStandard Reactive version ofUpdateCoordinatorStandard, but it cannot be share between multiple update operations.