Interface ReactiveDeleteRowsCoordinator

  • All Superinterfaces:
    org.hibernate.persister.collection.mutation.CollectionOperationCoordinator, org.hibernate.persister.collection.mutation.DeleteRowsCoordinator
    All Known Implementing Classes:
    ReactiveDeleteRowsCoordinatorNoOp, ReactiveDeleteRowsCoordinatorStandard

    public interface ReactiveDeleteRowsCoordinator
    extends org.hibernate.persister.collection.mutation.DeleteRowsCoordinator
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<java.lang.Void> reactiveDeleteRows​(org.hibernate.collection.spi.PersistentCollection<?> collection, java.lang.Object key, 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.DeleteRowsCoordinator

        deleteRows
    • Method Detail

      • reactiveDeleteRows

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