Class ReactiveUpdateRowsCoordinatorStandard
- java.lang.Object
-
- org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
-
- org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard
-
- org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorStandard
-
- All Implemented Interfaces:
CollectionOperationCoordinator
,UpdateRowsCoordinator
,ReactiveUpdateRowsCoordinator
public class ReactiveUpdateRowsCoordinatorStandard extends UpdateRowsCoordinatorStandard implements ReactiveUpdateRowsCoordinator
- See Also:
UpdateRowsCoordinatorStandard
-
-
Field Summary
-
Fields inherited from class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
mutationExecutorService
-
-
Constructor Summary
Constructors Constructor Description ReactiveUpdateRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletionStage<Void>
reactiveUpdateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
void
updateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
-
Methods inherited from class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard
doUpdate, getOperationGroup
-
Methods inherited from class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
getMutationTarget, getSessionFactory, toString
-
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 Detail
-
ReactiveUpdateRowsCoordinatorStandard
public ReactiveUpdateRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)
-
-
Method Detail
-
updateRows
public void updateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
- Specified by:
updateRows
in interfaceUpdateRowsCoordinator
- Overrides:
updateRows
in classAbstractUpdateRowsCoordinator
-
reactiveUpdateRows
public CompletionStage<Void> reactiveUpdateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
- Specified by:
reactiveUpdateRows
in interfaceReactiveUpdateRowsCoordinator
-
-