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