Class ReactiveRemoveCoordinatorStandard

  • All Implemented Interfaces:
    org.hibernate.persister.collection.mutation.CollectionOperationCoordinator, org.hibernate.persister.collection.mutation.RemoveCoordinator, ReactiveRemoveCoordinator

    public class ReactiveRemoveCoordinatorStandard
    extends org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
    implements ReactiveRemoveCoordinator
    • Constructor Summary

      Constructors 
      Constructor Description
      ReactiveRemoveCoordinatorStandard​(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget, org.hibernate.persister.collection.mutation.OperationProducer operationProducer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.hibernate.sql.model.internal.MutationOperationGroupSingle buildOperationGroup()  
      java.util.concurrent.CompletionStage<java.lang.Void> reactiveDeleteAllRows​(java.lang.Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session)  
      • Methods inherited from class org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard

        deleteAllRows, getMutationTarget, getSqlString, 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
      • Methods inherited from interface org.hibernate.persister.collection.mutation.RemoveCoordinator

        deleteAllRows, getSqlString
    • Constructor Detail

      • ReactiveRemoveCoordinatorStandard

        public ReactiveRemoveCoordinatorStandard​(org.hibernate.persister.collection.mutation.CollectionMutationTarget mutationTarget,
                                                 org.hibernate.persister.collection.mutation.OperationProducer operationProducer)
    • Method Detail

      • reactiveDeleteAllRows

        public java.util.concurrent.CompletionStage<java.lang.Void> reactiveDeleteAllRows​(java.lang.Object key,
                                                                                          org.hibernate.engine.spi.SharedSessionContractImplementor session)
        Specified by:
        reactiveDeleteAllRows in interface ReactiveRemoveCoordinator
      • buildOperationGroup

        protected org.hibernate.sql.model.internal.MutationOperationGroupSingle buildOperationGroup()