Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: d1a617a0dc405e44543e131725e4c986d36ee931
https://github.com/hibernate/hibernate-orm/commit/d1a617a0dc405e44543e131...
Author: Sanne Grinovero <sanne(a)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/417a982b7bf32516c8df643...
Author: Sanne Grinovero <sanne(a)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...417a982...