Class ReactiveDeleteRowsCoordinatorNoOp
- java.lang.Object
-
- org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
-
- org.hibernate.reactive.persister.collection.mutation.ReactiveDeleteRowsCoordinatorNoOp
-
- All Implemented Interfaces:
CollectionOperationCoordinator
,DeleteRowsCoordinator
,ReactiveDeleteRowsCoordinator
public class ReactiveDeleteRowsCoordinatorNoOp extends DeleteRowsCoordinatorNoOp implements ReactiveDeleteRowsCoordinator
-
-
Constructor Summary
Constructors Constructor Description ReactiveDeleteRowsCoordinatorNoOp(CollectionMutationTarget mutationTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteRows(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session)
CompletionStage<Void>
reactiveDeleteRows(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session)
-
Methods inherited from class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
getMutationTarget, 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
-
-
-
-
Constructor Detail
-
ReactiveDeleteRowsCoordinatorNoOp
public ReactiveDeleteRowsCoordinatorNoOp(CollectionMutationTarget mutationTarget)
-
-
Method Detail
-
deleteRows
public void deleteRows(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session)
- Specified by:
deleteRows
in interfaceDeleteRowsCoordinator
- Overrides:
deleteRows
in classDeleteRowsCoordinatorNoOp
-
reactiveDeleteRows
public CompletionStage<Void> reactiveDeleteRows(PersistentCollection<?> collection, Object key, SharedSessionContractImplementor session)
- Specified by:
reactiveDeleteRows
in interfaceReactiveDeleteRowsCoordinator
-
-