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 reactiveUpdateCoordinatorthat allows the creation of aReactiveScopedUpdateCoordinatorscoped to a single update operation.Reactive version ofUpdateCoordinatorStandard, but it cannot be shared between multiple update operations.