Class ReactiveRemoveCoordinatorNoOp

java.lang.Object
org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
org.hibernate.reactive.persister.collection.mutation.ReactiveRemoveCoordinatorNoOp
All Implemented Interfaces:
org.hibernate.persister.collection.mutation.CollectionOperationCoordinator, org.hibernate.persister.collection.mutation.RemoveCoordinator, ReactiveRemoveCoordinator

public class ReactiveRemoveCoordinatorNoOp extends org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp implements ReactiveRemoveCoordinator
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    reactiveDeleteAllRows(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)
     
     

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

    deleteAllRows, getMutationTarget, getSqlString

    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

    Methods inherited from interface org.hibernate.persister.collection.mutation.RemoveCoordinator

    deleteAllRows, getSqlString
  • Constructor Details

    • ReactiveRemoveCoordinatorNoOp

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