Interface ReactiveScopedUpdateCoordinator
-
- All Known Implementing Classes:
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<Void>
coordinateReactiveUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
coordinateReactiveUpdate
CompletionStage<Void> coordinateReactiveUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, SharedSessionContractImplementor session)
-
-