Class BatchInfo
java.lang.Object
de.hybris.platform.directpersistence.impl.BatchInfo
- All Implemented Interfaces:
BatchCollector.ResultCheck
-
Constructor Summary
ConstructorsConstructorDescriptionBatchInfo(Object[] params, BatchCollector.ResultCheck resultCheck) BatchInfo(org.springframework.jdbc.core.PreparedStatementSetter statementSetter) BatchInfo(org.springframework.jdbc.core.PreparedStatementSetter statementSetter, BatchCollector.ResultCheck resultCheck) -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckResult(int result) Object[]org.springframework.jdbc.core.PreparedStatementSetterbooleanbooleantoString()
-
Constructor Details
-
BatchInfo
-
BatchInfo
public BatchInfo(org.springframework.jdbc.core.PreparedStatementSetter statementSetter) -
BatchInfo
public BatchInfo(org.springframework.jdbc.core.PreparedStatementSetter statementSetter, BatchCollector.ResultCheck resultCheck) -
BatchInfo
-
-
Method Details
-
getParams
-
getStatementSetter
public org.springframework.jdbc.core.PreparedStatementSetter getStatementSetter() -
hasStatementSetter
public boolean hasStatementSetter() -
hasResultCheck
public boolean hasResultCheck() -
toString
-
checkResult
public void checkResult(int result) - Specified by:
checkResultin interfaceBatchCollector.ResultCheck
-
getResultCheck
-