Class ReactiveDeleteRowsCoordinatorNoOp

java.lang.Object
org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
org.hibernate.reactive.persister.collection.mutation.ReactiveDeleteRowsCoordinatorNoOp
All Implemented Interfaces:
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator, org.hibernate.persister.collection.mutation.DeleteRowsCoordinator, ReactiveDeleteRowsCoordinator

public class ReactiveDeleteRowsCoordinatorNoOp extends org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp implements ReactiveDeleteRowsCoordinator
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReactiveDeleteRowsCoordinatorNoOp(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deleteRows(org.hibernate.collection.spi.PersistentCollection<?> collection, Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     
    reactiveDeleteRows(org.hibernate.collection.spi.PersistentCollection<?> collection, Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     

    Methods inherited from class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp

    getMutationTarget, 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

    • ReactiveDeleteRowsCoordinatorNoOp

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

    • deleteRows

      public void deleteRows(org.hibernate.collection.spi.PersistentCollection<?> collection, Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)
      Specified by:
      deleteRows in interface org.hibernate.persister.collection.mutation.DeleteRowsCoordinator
      Overrides:
      deleteRows in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
    • reactiveDeleteRows

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