Interface ReactiveUpdateRowsCoordinator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<java.lang.Void> reactiveUpdateRows​(java.lang.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 Detail

      • reactiveUpdateRows

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