Interface ReactiveUpdateCoordinator
-
- All Superinterfaces:
org.hibernate.persister.entity.mutation.MutationCoordinator,org.hibernate.persister.entity.mutation.UpdateCoordinator
- All Known Implementing Classes:
ReactiveUpdateCoordinatorNoOp
public interface ReactiveUpdateCoordinator extends org.hibernate.persister.entity.mutation.UpdateCoordinatorA reactiveUpdateCoordinatorthat allows the creation of aReactiveScopedUpdateCoordinatorscoped to a single update operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReactiveScopedUpdateCoordinatormakeScopedCoordinator()
-
-
-
Method Detail
-
makeScopedCoordinator
ReactiveScopedUpdateCoordinator makeScopedCoordinator()
-
-