Class 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

      Constructors 
      Constructor Description
      ReactiveUpdateRowsCoordinatorStandard​(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.RowMutationOperations rowMutationOperations, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<java.lang.Void> reactiveUpdateRows​(java.lang.Object key, org.hibernate.collection.spi.PersistentCollection<?> collection, org.hibernate.engine.spi.SharedSessionContractImplementor session)  
      void updateRows​(java.lang.Object key, org.hibernate.collection.spi.PersistentCollection<?> collection, org.hibernate.engine.spi.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​(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget,
                                                     org.hibernate.persister.collection.mutation.RowMutationOperations rowMutationOperations,
                                                     org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
    • Method Detail

      • updateRows

        public void updateRows​(java.lang.Object key,
                               org.hibernate.collection.spi.PersistentCollection<?> collection,
                               org.hibernate.engine.spi.SharedSessionContractImplementor session)
        Specified by:
        updateRows in interface org.hibernate.persister.collection.mutation.UpdateRowsCoordinator
        Overrides:
        updateRows in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
      • reactiveUpdateRows

        public java.util.concurrent.CompletionStage<java.lang.Void> reactiveUpdateRows​(java.lang.Object key,
                                                                                       org.hibernate.collection.spi.PersistentCollection<?> collection,
                                                                                       org.hibernate.engine.spi.SharedSessionContractImplementor session)
        Specified by:
        reactiveUpdateRows in interface ReactiveUpdateRowsCoordinator