Interface ReactiveScopedUpdateCoordinator
-
- All Known Implementing Classes:
ReactiveMergeCoordinator,ReactiveUpdateCoordinatorNoOp,ReactiveUpdateCoordinatorStandard
public interface ReactiveScopedUpdateCoordinatorScoped to a single operation, so that we can keep instance scoped state.- See Also:
UpdateCoordinator,ReactiveUpdateCoordinator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<org.hibernate.generator.values.GeneratedValues>reactiveUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
reactiveUpdate
CompletionStage<org.hibernate.generator.values.GeneratedValues> reactiveUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session)
-
-