Class ReactiveDeleteRowsCoordinatorStandard
- java.lang.Object
-
- org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
-
- org.hibernate.reactive.persister.collection.mutation.ReactiveDeleteRowsCoordinatorStandard
-
- All Implemented Interfaces:
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator,org.hibernate.persister.collection.mutation.DeleteRowsCoordinator,ReactiveDeleteRowsCoordinator
public class ReactiveDeleteRowsCoordinatorStandard extends org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard implements ReactiveDeleteRowsCoordinator
-
-
Constructor Summary
Constructors Constructor Description ReactiveDeleteRowsCoordinatorStandard(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Void>reactiveDeleteRows(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session)-
Methods inherited from class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
deleteRows, getMutationTarget
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
ReactiveDeleteRowsCoordinatorStandard
public ReactiveDeleteRowsCoordinatorStandard(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry)
-
-
Method Detail
-
reactiveDeleteRows
public CompletionStage<Void> reactiveDeleteRows(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session)
- Specified by:
reactiveDeleteRowsin interfaceReactiveDeleteRowsCoordinator
-
-