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