| Package | Description |
|---|---|
| de.hybris.platform.directpersistence.impl | |
| de.hybris.platform.directpersistence.record.visitor |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBatchCollector |
class |
OracleBatchCollector
According 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.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCollector |
BatchCollectorFactory.createBatchCollector() |
| Modifier and Type | Method and Description |
|---|---|
EntityRecord.EntityRecordVisitor<java.util.Set<PersistResult>> |
RecordVisitorFactory.createEntityRecordVisitor(BatchCollector batchCollector,
JdbcTemplate jdbcTemplate,
LocalizationService localizationService,
Config.DatabaseName databaseName) |
| Constructor and Description |
|---|
DefaultEntityRecordVisitor(BatchCollector batchCollector,
JdbcTemplate jdbcTemplate,
boolean optimisticLockingEnabled,
LocalizationService localizationService,
Config.DatabaseName databaseName) |
Copyright © 2018 SAP SE. All Rights Reserved.