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
Modifier and TypeMethodDescriptionCompletionStage<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 Details