Class UpdateRowResultCheck
java.lang.Object
de.hybris.platform.directpersistence.impl.UpdateRowResultCheck
- All Implemented Interfaces:
BatchCollector.ResultCheck
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateRowResultCheck(StatementHolder rescueQuery, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckResult(int result) intvoidsetInitialQuery(StatementHolder initialQuery)
-
Constructor Details
-
UpdateRowResultCheck
public UpdateRowResultCheck(StatementHolder rescueQuery, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
-
-
Method Details
-
getUpdatedRows
public int getUpdatedRows() -
checkResult
public void checkResult(int result) - Specified by:
checkResultin interfaceBatchCollector.ResultCheck
-
setInitialQuery
-