Interface ReactiveDeleteRowsCoordinator
-
- All Superinterfaces:
CollectionOperationCoordinator
,DeleteRowsCoordinator
- All Known Implementing Classes:
ReactiveDeleteRowsCoordinatorNoOp
,ReactiveDeleteRowsCoordinatorStandard
public interface ReactiveDeleteRowsCoordinator extends DeleteRowsCoordinator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<Void>
reactiveDeleteRows(PersistentCollection<?> collection, Object key, 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
CompletionStage<Void> reactiveDeleteRows(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session)
-
-