Uses of Package
org.hibernate.reactive.persister.entity.mutation
-
Packages that use org.hibernate.reactive.persister.entity.mutation Package Description org.hibernate.reactive.persister.entity.mutation -
Classes in org.hibernate.reactive.persister.entity.mutation used by org.hibernate.reactive.persister.entity.mutation Class Description ReactiveAbstractDeleteCoordinator With this interface we can have multiple delete coordinators that extendAbstractDeleteCoordinator.ReactiveInsertCoordinator ReactiveScopedUpdateCoordinator Scoped to a single operation, so that we can keep instance scoped state.ReactiveUpdateCoordinator A reactiveUpdateCoordinatorthat allows the creation of aReactiveScopedUpdateCoordinatorscoped to a single update operation.ReactiveUpdateCoordinatorStandard Reactive version ofUpdateCoordinatorStandard, but it cannot be shared between multiple update operations.