Uses of Interface
de.hybris.platform.directpersistence.BatchCollector.ResultCheck
Packages that use BatchCollector.ResultCheck
Package
Description
-
Uses of BatchCollector.ResultCheck in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence with parameters of type BatchCollector.ResultCheckModifier and TypeMethodDescriptionvoidBatchCollector.collectQuery(String sql, Object[] params, BatchCollector.ResultCheck resultCheck) Collects query with parameters for further batch execution.voidBatchCollector.collectQuery(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.ResultCheckModifier and TypeClassDescriptionclassclassclassclassMethods in de.hybris.platform.directpersistence.impl that return BatchCollector.ResultCheckMethods in de.hybris.platform.directpersistence.impl with parameters of type BatchCollector.ResultCheckModifier and TypeMethodDescriptionvoidDefaultBatchCollector.collectQuery(String sql, Object[] params, BatchCollector.ResultCheck resultCheck) voidDefaultBatchCollector.collectQuery(String sql, org.springframework.jdbc.core.PreparedStatementSetter statementSetter, BatchCollector.ResultCheck resultCheck) Constructors in de.hybris.platform.directpersistence.impl with parameters of type BatchCollector.ResultCheckModifierConstructorDescriptionBatchInfo(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.ResultCheckConstructors in de.hybris.platform.directpersistence.statement with parameters of type BatchCollector.ResultCheckModifierConstructorDescriptionStatementHolder(String statement, Object[] params, BatchCollector.ResultCheck resultCheck) StatementHolder(String statement, org.springframework.jdbc.core.PreparedStatementSetter setter, BatchCollector.ResultCheck resultCheck)