Class ReactiveInsertRowsCoordinatorNoOp
- java.lang.Object
-
- org.hibernate.reactive.persister.collection.mutation.ReactiveInsertRowsCoordinatorNoOp
-
- All Implemented Interfaces:
CollectionOperationCoordinator,InsertRowsCoordinator,ReactiveInsertRowsCoordinator
public class ReactiveInsertRowsCoordinatorNoOp extends Object implements ReactiveInsertRowsCoordinator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator
InsertRowsCoordinator.EntryFilter
-
-
Constructor Summary
Constructors Constructor Description ReactiveInsertRowsCoordinatorNoOp(CollectionMutationTarget mutationTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionMutationTargetgetMutationTarget()voidinsertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)CompletionStage<Void>reactiveInsertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)StringtoString()
-
-
-
Constructor Detail
-
ReactiveInsertRowsCoordinatorNoOp
public ReactiveInsertRowsCoordinatorNoOp(CollectionMutationTarget mutationTarget)
-
-
Method Detail
-
insertRows
public void insertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)
- Specified by:
insertRowsin interfaceInsertRowsCoordinator
-
reactiveInsertRows
public CompletionStage<Void> reactiveInsertRows(PersistentCollection<?> collection, Object id, InsertRowsCoordinator.EntryFilter entryChecker, SharedSessionContractImplementor session)
- Specified by:
reactiveInsertRowsin interfaceReactiveInsertRowsCoordinator
-
getMutationTarget
public CollectionMutationTarget getMutationTarget()
- Specified by:
getMutationTargetin interfaceCollectionOperationCoordinator
-
-