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