Class ReactiveAbstractEntityPersister.DeleteExpectation

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void verifyOutcome​(int rowCount, int batchPosition, java.lang.String batchSql)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeleteExpectation

        public DeleteExpectation​(java.io.Serializable id,
                                 int table,
                                 org.hibernate.jdbc.Expectation expectation,
                                 ReactiveAbstractEntityPersister persister)