[hibernate-commits] [hibernate/hibernate-orm] e6286e: HHH-13059 Partially revert HHH-12594

GitHub noreply at github.com
Wed Jan 16 02:46:23 EST 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: e6286e04f4f866bb555dd06dedb40a76109442f9
      https://github.com/hibernate/hibernate-orm/commit/e6286e04f4f866bb555dd06dedb40a76109442f9
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/loader/plan/exec/internal/AbstractLoadQueryDetails.java
    M hibernate-core/src/main/java/org/hibernate/loader/plan/exec/internal/EntityLoadQueryDetails.java
    M hibernate-core/src/main/java/org/hibernate/loader/plan/exec/internal/LoadQueryJoinAndFetchProcessor.java

  Log Message:
  -----------
  HHH-13059 Partially revert HHH-12594

The first commit was on the safe side, we decided to go the extra mile
and that was a mistake as we missed all the consequences.

The new issue is about having a shared ReaderCollector: we add the info
there for each batch which leads to collecting the elements several
times.

This reverts commit a19fc84320d1ba2172ecb37f5c8c9cbcde616712.

HHH-13059 : Correct Javadoc


  Commit: 502fd78c454e8118c9a317f7d6e596315b8fd5bb
      https://github.com/hibernate/hibernate-orm/commit/502fd78c454e8118c9a317f7d6e596315b8fd5bb
  Author: Guillaume Smet <guillaume.smet at gmail.com>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/BatchFetchReferencedColumnNameTest.java

  Log Message:
  -----------
  HHH-13059 Add test


Compare: https://github.com/hibernate/hibernate-orm/compare/27ddc8e83491...502fd78c454e
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the hibernate-commits mailing list