Uses of Interface
de.hybris.platform.directpersistence.BatchCollector.ResultCheck
-
Packages that use BatchCollector.ResultCheck Package Description de.hybris.platform.directpersistence de.hybris.platform.directpersistence.impl de.hybris.platform.directpersistence.statement -
-
Uses of BatchCollector.ResultCheck in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence with parameters of type BatchCollector.ResultCheck Modifier and Type Method Description voidBatchCollector. collectQuery(java.lang.String sql, java.lang.Object[] params, BatchCollector.ResultCheck resultCheck)Collects query with parameters for further batch execution.voidBatchCollector. collectQuery(java.lang.String sql, org.springframework.jdbc.core.PreparedStatementSetter statementSetter, BatchCollector.ResultCheck resultCheck)Collect query. -
Uses of BatchCollector.ResultCheck in de.hybris.platform.directpersistence.impl
Classes in de.hybris.platform.directpersistence.impl that implement BatchCollector.ResultCheck Modifier and Type Class Description classBatchInfoclassInsertRowResultCheckerclassOptimisticLockingAndItemLockingResultCheckclassUpdateRowResultCheckMethods in de.hybris.platform.directpersistence.impl that return BatchCollector.ResultCheck Modifier and Type Method Description BatchCollector.ResultCheckBatchInfo. getResultCheck()Methods in de.hybris.platform.directpersistence.impl with parameters of type BatchCollector.ResultCheck Modifier and Type Method Description voidDefaultBatchCollector. collectQuery(java.lang.String sql, java.lang.Object[] params, BatchCollector.ResultCheck resultCheck)voidDefaultBatchCollector. collectQuery(java.lang.String sql, org.springframework.jdbc.core.PreparedStatementSetter statementSetter, BatchCollector.ResultCheck resultCheck)Constructors in de.hybris.platform.directpersistence.impl with parameters of type BatchCollector.ResultCheck Constructor Description BatchInfo(java.lang.Object[] params, BatchCollector.ResultCheck resultCheck)BatchInfo(org.springframework.jdbc.core.PreparedStatementSetter statementSetter, BatchCollector.ResultCheck resultCheck) -
Uses of BatchCollector.ResultCheck in de.hybris.platform.directpersistence.statement
Methods in de.hybris.platform.directpersistence.statement that return BatchCollector.ResultCheck Modifier and Type Method Description BatchCollector.ResultCheckStatementHolder. getResultCheck()Constructors in de.hybris.platform.directpersistence.statement with parameters of type BatchCollector.ResultCheck Constructor Description StatementHolder(java.lang.String statement, java.lang.Object[] params, BatchCollector.ResultCheck resultCheck)StatementHolder(java.lang.String statement, org.springframework.jdbc.core.PreparedStatementSetter setter, BatchCollector.ResultCheck resultCheck)
-