Interface ReactiveUpdateRowsCoordinator
-
- All Superinterfaces:
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator,org.hibernate.persister.collection.mutation.UpdateRowsCoordinator
- All Known Implementing Classes:
ReactiveUpdateRowsCoordinatorNoOp,ReactiveUpdateRowsCoordinatorOneToMany,ReactiveUpdateRowsCoordinatorStandard
public interface ReactiveUpdateRowsCoordinator extends org.hibernate.persister.collection.mutation.UpdateRowsCoordinator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<Void>reactiveUpdateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
reactiveUpdateRows
CompletionStage<Void> reactiveUpdateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
-
-