Class ReactiveDeleteRowsCoordinatorStandard
- java.lang.Object
-
- org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
-
- org.hibernate.reactive.persister.collection.mutation.ReactiveDeleteRowsCoordinatorStandard
-
- All Implemented Interfaces:
CollectionOperationCoordinator
,DeleteRowsCoordinator
,ReactiveDeleteRowsCoordinator
public class ReactiveDeleteRowsCoordinatorStandard extends DeleteRowsCoordinatorStandard implements ReactiveDeleteRowsCoordinator
-
-
Constructor Summary
Constructors Constructor Description ReactiveDeleteRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, 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
-
Methods inherited from interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
getMutationTarget
-
Methods inherited from interface org.hibernate.persister.collection.mutation.DeleteRowsCoordinator
deleteRows
-
-
-
-
Constructor Detail
-
ReactiveDeleteRowsCoordinatorStandard
public ReactiveDeleteRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry)
-
-
Method Detail
-
reactiveDeleteRows
public CompletionStage<Void> reactiveDeleteRows(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session)
- Specified by:
reactiveDeleteRows
in interfaceReactiveDeleteRowsCoordinator
-
-