Class ReactiveUpdateCoordinatorNoOp

java.lang.Object
org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
org.hibernate.reactive.persister.entity.mutation.ReactiveUpdateCoordinatorNoOp
All Implemented Interfaces:
org.hibernate.persister.entity.mutation.MutationCoordinator, org.hibernate.persister.entity.mutation.UpdateCoordinator, ReactiveScopedUpdateCoordinator, ReactiveUpdateCoordinator

public class ReactiveUpdateCoordinatorNoOp extends org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp implements ReactiveScopedUpdateCoordinator, ReactiveUpdateCoordinator
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReactiveUpdateCoordinatorNoOp(org.hibernate.persister.entity.AbstractEntityPersister entityPersister)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    CompletionStage<org.hibernate.generator.values.GeneratedValues>
    reactiveUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     
    org.hibernate.generator.values.GeneratedValues
    update(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     

    Methods inherited from class org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp

    forceVersionIncrement, getStaticMutationOperationGroup

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.persister.entity.mutation.MutationCoordinator

    getStaticMutationOperationGroup

    Methods inherited from interface org.hibernate.persister.entity.mutation.UpdateCoordinator

    forceVersionIncrement, forceVersionIncrement
  • Constructor Details

    • ReactiveUpdateCoordinatorNoOp

      public ReactiveUpdateCoordinatorNoOp(org.hibernate.persister.entity.AbstractEntityPersister entityPersister)
  • Method Details

    • update

      public org.hibernate.generator.values.GeneratedValues update(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      Specified by:
      update in interface org.hibernate.persister.entity.mutation.UpdateCoordinator
      Overrides:
      update in class org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
    • reactiveUpdate

      public CompletionStage<org.hibernate.generator.values.GeneratedValues> reactiveUpdate(Object entity, Object id, Object rowId, Object[] values, Object oldVersion, Object[] incomingOldValues, int[] dirtyAttributeIndexes, boolean hasDirtyCollection, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      Specified by:
      reactiveUpdate in interface ReactiveScopedUpdateCoordinator
    • makeScopedCoordinator

      public ReactiveScopedUpdateCoordinator makeScopedCoordinator()
      Specified by:
      makeScopedCoordinator in interface ReactiveUpdateCoordinator