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
ConstructorsConstructorDescriptionReactiveDeleteRowsCoordinatorStandard
(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry) -
Method Summary
Modifier and TypeMethodDescriptionreactiveDeleteRows
(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 Details
-
ReactiveDeleteRowsCoordinatorStandard
public ReactiveDeleteRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry)
-
-
Method Details