Class BatchInfo
- java.lang.Object
-
- de.hybris.platform.directpersistence.impl.BatchInfo
-
- All Implemented Interfaces:
BatchCollector.ResultCheck
public class BatchInfo extends java.lang.Object implements BatchCollector.ResultCheck
-
-
Constructor Summary
Constructors Constructor Description BatchInfo(java.lang.Object[] params)BatchInfo(java.lang.Object[] params, BatchCollector.ResultCheck resultCheck)BatchInfo(org.springframework.jdbc.core.PreparedStatementSetter statementSetter)BatchInfo(org.springframework.jdbc.core.PreparedStatementSetter statementSetter, BatchCollector.ResultCheck resultCheck)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckResult(int result)java.lang.Object[]getParams()BatchCollector.ResultCheckgetResultCheck()org.springframework.jdbc.core.PreparedStatementSettergetStatementSetter()booleanhasResultCheck()booleanhasStatementSetter()java.lang.StringtoString()
-
-
-
Constructor Detail
-
BatchInfo
public BatchInfo(java.lang.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(java.lang.Object[] params, BatchCollector.ResultCheck resultCheck)
-
-
Method Detail
-
getParams
public java.lang.Object[] getParams()
-
getStatementSetter
public org.springframework.jdbc.core.PreparedStatementSetter getStatementSetter()
-
hasStatementSetter
public boolean hasStatementSetter()
-
hasResultCheck
public boolean hasResultCheck()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
checkResult
public void checkResult(int result)
- Specified by:
checkResultin interfaceBatchCollector.ResultCheck
-
getResultCheck
public BatchCollector.ResultCheck getResultCheck()
-
-