Package org.hibernate.reactive.persister.entity.mutation
package org.hibernate.reactive.persister.entity.mutation
-
ClassDescriptionWith this interface we can have multiple delete coordinators that extend
AbstractDeleteCoordinator
.Scoped to a single operation, so that we can keep instance scoped state.A reactiveUpdateCoordinator
that allows the creation of aReactiveScopedUpdateCoordinator
scoped to a single update operation.Reactive version ofUpdateCoordinatorStandard
, but it cannot be shared between multiple update operations.