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:
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator,org.hibernate.persister.collection.mutation.UpdateRowsCoordinator,ReactiveUpdateRowsCoordinator
public class ReactiveUpdateRowsCoordinatorStandard extends org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard implements ReactiveUpdateRowsCoordinator
- See Also:
UpdateRowsCoordinatorStandard
-
-
Constructor Summary
Constructors Constructor Description ReactiveUpdateRowsCoordinatorStandard(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.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)voidupdateRows(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
-
-
-
-
Constructor Detail
-
ReactiveUpdateRowsCoordinatorStandard
public ReactiveUpdateRowsCoordinatorStandard(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)
-
-
Method Detail
-
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.AbstractUpdateRowsCoordinator
-
reactiveUpdateRows
public CompletionStage<Void> reactiveUpdateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
- Specified by:
reactiveUpdateRowsin interfaceReactiveUpdateRowsCoordinator
-
-