Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 8d47819f44286bc52ae1bfa9337e8be7faa2da43
https://github.com/hibernate/hibernate-orm/commit/8d47819f44286bc52ae1bfa...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-08-16 (Wed, 16 Aug 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/LazyToOneJoinOnNonPrimaryKeyColumnTest.java
Log Message:
-----------
HHH-17075 Reproducer for lazy loading of association with non-PK referencedColumnName
yielding null
Commit: a196f0c0423753be46e113a575037f9204275245
https://github.com/hibernate/hibernate-orm/commit/a196f0c0423753be46e113a...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-08-16 (Wed, 16 Aug 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntityDelayedFetchInitializer.java
Log Message:
-----------
HHH-17075 Lazy loading of association with non-PK referencedColumnName always yields
null when bytecode enhancement is enabled
Compare:
https://github.com/hibernate/hibernate-orm/compare/bae63045461b...a196f0c...