[hibernate-commits] [hibernate/hibernate-orm] be08e9: HHH-8494: Misleading log info during batch executi...

GitHub noreply at github.com
Tue Jan 20 11:38:50 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: be08e94aa5afb0a8580b7a17d3a54b9f01098087
      https://github.com/hibernate/hibernate-orm/commit/be08e94aa5afb0a8580b7a17d3a54b9f01098087
  Author: hernan <hchanfreau at gmail.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchingBatch.java

  Log Message:
  -----------
  HHH-8494: Misleading log info during batch execution.

* Added a boolean variable to indicate if during addToBatch method the
batchSize is reached and there is more than one batch execution.
* The logging about performing a batch execution is moved to
performExecution method.
* The logging indicating that there is no statement to execute in batch
is performed only if there was no previous batching execution.


  Commit: 2d64e539aafd0434fd208ba93486ad597aa9475c
      https://github.com/hibernate/hibernate-orm/commit/2d64e539aafd0434fd208ba93486ad597aa9475c
  Author: Brett Meyer <brett at 3riverdev.com>
  Date:   2015-01-20 (Tue, 20 Jan 2015)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchingBatch.java

  Log Message:
  -----------
  HHH-8494 cleanup


Compare: https://github.com/hibernate/hibernate-orm/compare/6f6b3264f3b8...2d64e539aafd


More information about the hibernate-commits mailing list