Interface ReactiveInsertRowsCoordinator
-
- All Superinterfaces:
CollectionOperationCoordinator
,InsertRowsCoordinator
- All Known Implementing Classes:
ReactiveInsertRowsCoordinatorNoOp
,ReactiveInsertRowsCoordinatorStandard
public interface ReactiveInsertRowsCoordinator extends InsertRowsCoordinator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator
InsertRowsCoordinator.EntryFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<Void>
reactiveInsertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)
-
Methods inherited from interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
getMutationTarget
-
Methods inherited from interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator
insertRows
-
-
-
-
Method Detail
-
reactiveInsertRows
CompletionStage<Void> reactiveInsertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)
-
-