Interface ReactiveUpdateRowsCoordinator

All Superinterfaces:
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator, org.hibernate.persister.collection.mutation.UpdateRowsCoordinator
All Known Implementing Classes:
ReactiveUpdateRowsCoordinatorNoOp, ReactiveUpdateRowsCoordinatorOneToMany, ReactiveUpdateRowsCoordinatorStandard

public interface ReactiveUpdateRowsCoordinator extends org.hibernate.persister.collection.mutation.UpdateRowsCoordinator
  • Method Summary

    Modifier and Type
    Method
    Description
    reactiveUpdateRows(Object key, org.hibernate.collection.spi.PersistentCollection<?> collection, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     

    Methods inherited from interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator

    getMutationTarget

    Methods inherited from interface org.hibernate.persister.collection.mutation.UpdateRowsCoordinator

    updateRows
  • Method Details

    • reactiveUpdateRows

      CompletionStage<Void> reactiveUpdateRows(Object key, org.hibernate.collection.spi.PersistentCollection<?> collection, org.hibernate.engine.spi.SharedSessionContractImplementor session)