Class ReactiveUpdateRowsCoordinatorOneToMany
- java.lang.Object
-
- org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
-
- org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorOneToMany
-
- org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorOneToMany
-
- All Implemented Interfaces:
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator,org.hibernate.persister.collection.mutation.UpdateRowsCoordinator,ReactiveUpdateRowsCoordinator
public class ReactiveUpdateRowsCoordinatorOneToMany extends org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorOneToMany implements ReactiveUpdateRowsCoordinator
-
-
Constructor Summary
Constructors Constructor Description ReactiveUpdateRowsCoordinatorOneToMany(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 protected intdoUpdate(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)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.AbstractUpdateRowsCoordinator
getMutationTarget, getSessionFactory, toString
-
-
-
-
Constructor Detail
-
ReactiveUpdateRowsCoordinatorOneToMany
public ReactiveUpdateRowsCoordinatorOneToMany(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
-
doUpdate
protected int doUpdate(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
- Overrides:
doUpdatein classorg.hibernate.persister.collection.mutation.UpdateRowsCoordinatorOneToMany
-
reactiveUpdateRows
public CompletionStage<Void> reactiveUpdateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session)
- Specified by:
reactiveUpdateRowsin interfaceReactiveUpdateRowsCoordinator
-
-