Uses of Interface
de.hybris.platform.directpersistence.BatchCollector
-
Packages that use BatchCollector Package Description de.hybris.platform.directpersistence.impl de.hybris.platform.directpersistence.record.visitor -
-
Uses of BatchCollector in de.hybris.platform.directpersistence.impl
Classes in de.hybris.platform.directpersistence.impl that implement BatchCollector Modifier and Type Class Description classDefaultBatchCollectorclassOracleBatchCollectorAccording 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 Modifier and Type Method Description BatchCollectorBatchCollectorFactory. createBatchCollector() -
Uses of BatchCollector in de.hybris.platform.directpersistence.record.visitor
Methods in de.hybris.platform.directpersistence.record.visitor with parameters of type BatchCollector Modifier and Type Method Description EntityRecord.EntityRecordVisitor<java.util.Set<PersistResult>>RecordVisitorFactory. 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 BatchCollector Constructor Description DefaultEntityRecordVisitor(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)
-