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
ConstructorsConstructorDescriptionReactiveUpdateRowsCoordinatorNoOp
(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget) -
Method Summary
Modifier and TypeMethodDescriptionreactiveUpdateRows
(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session) toString()
void
updateRows
(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session) Methods inherited from class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
getMutationTarget
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
getMutationTarget
-
Constructor Details
-
ReactiveUpdateRowsCoordinatorNoOp
public ReactiveUpdateRowsCoordinatorNoOp(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget)
-
-
Method Details
-
toString
- Overrides:
toString
in classorg.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp