Interface ReactiveUpdateCoordinator
-
- All Superinterfaces:
UpdateCoordinator
- All Known Implementing Classes:
ReactiveUpdateCoordinatorNoOp
public interface ReactiveUpdateCoordinator extends UpdateCoordinator
A reactiveUpdateCoordinator
that allows the creation of aReactiveScopedUpdateCoordinator
scoped to a single update operation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReactiveScopedUpdateCoordinator
makeScopedCoordinator()
-
Methods inherited from interface org.hibernate.persister.entity.mutation.UpdateCoordinator
coordinateUpdate, forceVersionIncrement, forceVersionIncrement, getStaticUpdateGroup
-
-
-
-
Method Detail
-
makeScopedCoordinator
ReactiveScopedUpdateCoordinator makeScopedCoordinator()
-
-