Class ReactiveUpdateRowsCoordinatorNoOp
- java.lang.Object
-
- org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
-
- org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorNoOp
-
- All Implemented Interfaces:
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator,org.hibernate.persister.collection.mutation.UpdateRowsCoordinator,ReactiveUpdateRowsCoordinator
public class ReactiveUpdateRowsCoordinatorNoOp extends org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp implements ReactiveUpdateRowsCoordinator
- See Also:
UpdateRowsCoordinatorNoOp
-
-
Constructor Summary
Constructors Constructor Description ReactiveUpdateRowsCoordinatorNoOp(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Void>reactiveUpdateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)StringtoString()voidupdateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)-
Methods inherited from class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
getMutationTarget
-
-
-
-
Method Detail
-
reactiveUpdateRows
public CompletionStage<Void> reactiveUpdateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
- Specified by:
reactiveUpdateRowsin interfaceReactiveUpdateRowsCoordinator
-
updateRows
public void updateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
- Specified by:
updateRowsin interfaceorg.hibernate.persister.collection.mutation.UpdateRowsCoordinator- Overrides:
updateRowsin classorg.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
-
toString
public String toString()
- Overrides:
toStringin classorg.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
-
-