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

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

    Modifier and Type
    Method
    Description
    protected int
    doUpdate(Object key, org.hibernate.collection.spi.PersistentCollection<?> collection, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     
    reactiveUpdateRows(Object key, org.hibernate.collection.spi.PersistentCollection<?> collection, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     
    void
    updateRows(Object key, org.hibernate.collection.spi.PersistentCollection<?> collection, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     

    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 Details

    • ReactiveUpdateRowsCoordinatorOneToMany

      public ReactiveUpdateRowsCoordinatorOneToMany(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.RowMutationOperations rowMutationOperations, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
  • Method Details

    • updateRows

      public void updateRows(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
    • doUpdate

      protected int doUpdate(Object key, org.hibernate.collection.spi.PersistentCollection<?> collection, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      Overrides:
      doUpdate in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorOneToMany
    • reactiveUpdateRows

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