Uses of Interface
de.hybris.platform.directpersistence.BatchCollector
Packages that use BatchCollector
Package
Description
-
Uses of BatchCollector in de.hybris.platform.directpersistence.impl
Classes in de.hybris.platform.directpersistence.impl that implement BatchCollectorModifier and TypeClassDescriptionclassclassAccording to the Oracle documentation the result is not returned for batch updates see http://docs.oracle.com/cd/B19306_01/java.102/b14355/oraperf.htm#i1057545 "For a prepared statement batch, it is not possible to know the number of rows affected in the database by each individual statement in the batch.Methods in de.hybris.platform.directpersistence.impl that return BatchCollector -
Uses of BatchCollector in de.hybris.platform.directpersistence.record.visitor
Methods in de.hybris.platform.directpersistence.record.visitor with parameters of type BatchCollectorModifier and TypeMethodDescriptionRecordVisitorFactory.createEntityRecordVisitor(BatchCollector batchCollector, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, LocalizationService localizationService, Config.DatabaseName databaseName) Constructors in de.hybris.platform.directpersistence.record.visitor with parameters of type BatchCollectorModifierConstructorDescriptionDefaultEntityRecordVisitor(BatchCollector batchCollector, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, boolean optimisticLockingEnabled, LocalizationService localizationService, Config.DatabaseName databaseName) DefaultEntityRecordVisitor(BatchCollector batchCollector, org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, LocalizationService localizationService, Config.DatabaseName databaseName)