[hibernate-commits] [hibernate/hibernate-orm] d1a617: HHH-13448 Optimise implementation of TwoPhaseLoad#...

Sanne Grinovero noreply at github.com
Fri Jun 21 05:48:14 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: d1a617a0dc405e44543e131725e4c986d36ee931
      https://github.com/hibernate/hibernate-orm/commit/d1a617a0dc405e44543e131725e4c986d36ee931
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2019-06-20 (Thu, 20 Jun 2019)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/TwoPhaseLoad.java

  Log Message:
  -----------
  HHH-13448 Optimise implementation of TwoPhaseLoad#doInitializeEntity


  Commit: 417a982b7bf32516c8df6436f95e41ddaf2b526d
      https://github.com/hibernate/hibernate-orm/commit/417a982b7bf32516c8df6436f95e41ddaf2b526d
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2019-06-20 (Thu, 20 Jun 2019)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/TwoPhaseLoad.java
    M hibernate-core/src/main/java/org/hibernate/loader/Loader.java
    M hibernate-core/src/main/java/org/hibernate/loader/plan/exec/process/internal/AbstractRowReader.java

  Log Message:
  -----------
  HHH-13448 Avoid retrieving PRE_LOAD and POST_LOAD Event listeners within the inner loops of TwoPhaseLoad


Compare: https://github.com/hibernate/hibernate-orm/compare/33f02f411f71...417a982b7bf3


More information about the hibernate-commits mailing list