Uses of Interface
org.hibernate.reactive.persister.entity.mutation.ReactiveScopedUpdateCoordinator
-
Packages that use ReactiveScopedUpdateCoordinator Package Description org.hibernate.reactive.persister.entity.mutation -
-
Uses of ReactiveScopedUpdateCoordinator in org.hibernate.reactive.persister.entity.mutation
Classes in org.hibernate.reactive.persister.entity.mutation that implement ReactiveScopedUpdateCoordinator Modifier and Type Class Description class
ReactiveMergeCoordinator
class
ReactiveUpdateCoordinatorNoOp
class
ReactiveUpdateCoordinatorStandard
Reactive version ofUpdateCoordinatorStandard
, but it cannot be shared between multiple update operations.Methods in org.hibernate.reactive.persister.entity.mutation that return ReactiveScopedUpdateCoordinator Modifier and Type Method Description ReactiveScopedUpdateCoordinator
ReactiveUpdateCoordinator. makeScopedCoordinator()
ReactiveScopedUpdateCoordinator
ReactiveUpdateCoordinatorNoOp. makeScopedCoordinator()
-