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

    Modifier and Type
    Method
    Description
    reactiveDeleteRows(org.hibernate.collection.spi.PersistentCollection<?> collection, 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 Details

    • reactiveDeleteRows

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