Interface ReactiveHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletionStage<java.lang.Integer> reactiveExecute​(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
      Execute the multi-table update or delete indicated by the SQM AST passed in when this Handler was created.
    • Method Detail

      • reactiveExecute

        java.util.concurrent.CompletionStage<java.lang.Integer> reactiveExecute​(org.hibernate.query.spi.DomainQueryExecutionContext executionContext)
        Execute the multi-table update or delete indicated by the SQM AST passed in when this Handler was created.
        Parameters:
        executionContext - Contextual information needed for execution
        Returns:
        The "number of rows affected" count