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.UpdateCoordinator
A reactive
UpdateCoordinator that allows the creation of a ReactiveScopedUpdateCoordinator scoped
to a single update operation.-
Method Summary
Methods inherited from interface org.hibernate.persister.entity.mutation.MutationCoordinator
getStaticMutationOperationGroupMethods inherited from interface org.hibernate.persister.entity.mutation.UpdateCoordinator
forceVersionIncrement, forceVersionIncrement, update
-
Method Details
-
makeScopedCoordinator
ReactiveScopedUpdateCoordinator makeScopedCoordinator()
-