Class BatchCollectorFactory

java.lang.Object
de.hybris.platform.directpersistence.impl.BatchCollectorFactory

public class BatchCollectorFactory extends Object
  • Field Details

  • Constructor Details

    • BatchCollectorFactory

      public BatchCollectorFactory()
  • Method Details

    • checkDatabaseUsed

      @PostConstruct public void checkDatabaseUsed()
    • enableOracleUpdateBatchingIfAvailable

      protected void enableOracleUpdateBatchingIfAvailable()
    • createBatchCollector

      public BatchCollector createBatchCollector()
    • setJdbcTemplate

      public void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
    • setOracleBatchSize

      public void setOracleBatchSize(int oracleBatchSize)