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 CompletionStage<Void>reactiveDeleteRows(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
reactiveDeleteRows
CompletionStage<Void> reactiveDeleteRows(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session)
-
-