Class ReactiveUpdateRowsCoordinatorNoOp

java.lang.Object
org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
org.hibernate.reactive.persister.collection.mutation.ReactiveUpdateRowsCoordinatorNoOp
All Implemented Interfaces:
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator, org.hibernate.persister.collection.mutation.UpdateRowsCoordinator, ReactiveUpdateRowsCoordinator

public class ReactiveUpdateRowsCoordinatorNoOp extends org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp implements ReactiveUpdateRowsCoordinator
See Also:
  • UpdateRowsCoordinatorNoOp
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReactiveUpdateRowsCoordinatorNoOp(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget)
     
  • 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.UpdateRowsCoordinatorNoOp

    getMutationTarget

    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

    • ReactiveUpdateRowsCoordinatorNoOp

      public ReactiveUpdateRowsCoordinatorNoOp(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget)
  • Method Details

    • 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
    • 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.UpdateRowsCoordinatorNoOp
    • toString

      public String toString()
      Overrides:
      toString in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp