java.lang.Object
de.hybris.platform.directpersistence.impl.BatchInfo
All Implemented Interfaces:
BatchCollector.ResultCheck

public class BatchInfo extends Object implements BatchCollector.ResultCheck
  • Constructor Details

    • BatchInfo

      public BatchInfo(Object[] params)
    • BatchInfo

      public BatchInfo(org.springframework.jdbc.core.PreparedStatementSetter statementSetter)
    • BatchInfo

      public BatchInfo(org.springframework.jdbc.core.PreparedStatementSetter statementSetter, BatchCollector.ResultCheck resultCheck)
    • BatchInfo

      public BatchInfo(Object[] params, BatchCollector.ResultCheck resultCheck)
  • Method Details

    • getParams

      public Object[] getParams()
    • getStatementSetter

      public org.springframework.jdbc.core.PreparedStatementSetter getStatementSetter()
    • hasStatementSetter

      public boolean hasStatementSetter()
    • hasResultCheck

      public boolean hasResultCheck()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • checkResult

      public void checkResult(int result)
      Specified by:
      checkResult in interface BatchCollector.ResultCheck
    • getResultCheck

      public BatchCollector.ResultCheck getResultCheck()