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:
  • Method Summary

    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, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     
  • Method Details

    • reactiveUpdate

      CompletionStage<org.hibernate.generator.values.GeneratedValues> reactiveUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, org.hibernate.engine.spi.SharedSessionContractImplementor session)