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

    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

    Modifier and Type
    Method
    Description
    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.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 Details

    • ReactiveUpdateRowsCoordinatorStandard

      public ReactiveUpdateRowsCoordinatorStandard(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
    • 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