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
-
Field Summary
Fields inherited from class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
mutationExecutorService -
Constructor Summary
ConstructorsConstructorDescriptionReactiveUpdateRowsCoordinatorStandard(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionreactiveUpdateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session) voidupdateRows(Object key, PersistentCollection<?> collection, SharedSessionContractImplementor session) Methods inherited from class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard
doUpdate, getOperationGroupMethods 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
-
ReactiveUpdateRowsCoordinatorStandard
public ReactiveUpdateRowsCoordinatorStandard(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.RowMutationOperations rowMutationOperations, SessionFactoryImplementor sessionFactory)
-
-
Method Details