Class ResultsCheckerUtil

java.lang.Object
org.hibernate.reactive.engine.jdbc.ResultsCheckerUtil

public final class ResultsCheckerUtil extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    checkResults(org.hibernate.engine.spi.SharedSessionContractImplementor session, org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails statementDetails, org.hibernate.engine.jdbc.mutation.OperationResultChecker resultChecker, Integer affectedRowCount, int batchPosition)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • checkResults

      public static void checkResults(org.hibernate.engine.spi.SharedSessionContractImplementor session, org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails statementDetails, org.hibernate.engine.jdbc.mutation.OperationResultChecker resultChecker, Integer affectedRowCount, int batchPosition)