Class InsertRowResultChecker
- java.lang.Object
-
- de.hybris.platform.directpersistence.impl.InsertRowResultChecker
-
- All Implemented Interfaces:
BatchCollector.ResultCheck
public class InsertRowResultChecker extends java.lang.Object implements BatchCollector.ResultCheck
-
-
Constructor Summary
Constructors Constructor Description InsertRowResultChecker(java.lang.String tableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckResult(int result)voidsetQuery(StatementHolder query)
-
-
-
Method Detail
-
checkResult
public void checkResult(int result)
- Specified by:
checkResultin interfaceBatchCollector.ResultCheck
-
setQuery
public void setQuery(StatementHolder query)
-
-