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 CompletionStage<Void>reactiveDeleteAllRows(Object key, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
reactiveDeleteAllRows
CompletionStage<Void> reactiveDeleteAllRows(Object key, SharedSessionContractImplementor session)
-
-