Interface ReactiveRemoveCoordinator

  • All Superinterfaces:
    org.hibernate.persister.collection.mutation.CollectionOperationCoordinator, org.hibernate.persister.collection.mutation.RemoveCoordinator
    All Known Implementing Classes:
    ReactiveRemoveCoordinatorNoOp, ReactiveRemoveCoordinatorStandard

    public interface ReactiveRemoveCoordinator
    extends org.hibernate.persister.collection.mutation.RemoveCoordinator
    • Method Summary

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

        deleteAllRows, getSqlString
    • Method Detail

      • reactiveDeleteAllRows

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