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
- 
Field Summary
Fields inherited from class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
mutationExecutorService - 
Constructor Summary
ConstructorsConstructorDescriptionReactiveUpdateRowsCoordinatorOneToMany(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected intdoUpdate(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session) 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
getMutationTarget 
- 
Constructor Details
- 
ReactiveUpdateRowsCoordinatorOneToMany
public ReactiveUpdateRowsCoordinatorOneToMany(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)  
 - 
 - 
Method Details