Class ReactiveRemoveCoordinatorStandard
- java.lang.Object
-
- org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
-
- org.hibernate.reactive.persister.collection.mutation.ReactiveRemoveCoordinatorStandard
-
- All Implemented Interfaces:
CollectionOperationCoordinator
,RemoveCoordinator
,ReactiveRemoveCoordinator
public class ReactiveRemoveCoordinatorStandard extends RemoveCoordinatorStandard implements ReactiveRemoveCoordinator
-
-
Constructor Summary
Constructors Constructor Description ReactiveRemoveCoordinatorStandard(CollectionMutationTarget mutationTarget, OperationProducer operationProducer, ServiceRegistry serviceRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Void>
reactiveDeleteAllRows(Object key, SharedSessionContractImplementor session)
-
Methods inherited from class org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
deleteAllRows, getMutationTarget, getSqlString, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
getMutationTarget
-
Methods inherited from interface org.hibernate.persister.collection.mutation.RemoveCoordinator
deleteAllRows, getSqlString
-
-
-
-
Constructor Detail
-
ReactiveRemoveCoordinatorStandard
public ReactiveRemoveCoordinatorStandard(CollectionMutationTarget mutationTarget, OperationProducer operationProducer, ServiceRegistry serviceRegistry)
-
-
Method Detail
-
reactiveDeleteAllRows
public CompletionStage<Void> reactiveDeleteAllRows(Object key, SharedSessionContractImplementor session)
- Specified by:
reactiveDeleteAllRows
in interfaceReactiveRemoveCoordinator
-
-