Interface ReactiveScopedUpdateCoordinator
-
- All Known Implementing Classes:
ReactiveMergeCoordinator
,ReactiveUpdateCoordinatorNoOp
,ReactiveUpdateCoordinatorStandard
public interface ReactiveScopedUpdateCoordinator
Scoped 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<GeneratedValues>
reactiveUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
reactiveUpdate
CompletionStage<GeneratedValues> reactiveUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session)
-
-