Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: a1f6ee23788030606615577056321c6123042f93
https://github.com/hibernate/hibernate-orm/commit/a1f6ee23788030606615577...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/association/OneToOnEnhancedEntityLoadedAsReferenceTest.java
Log Message:
-----------
HHH-17173 Add a test case to reproduce the issue
Commit: 86d1f278bc9fac203e90674e9c19de06884e32e6
https://github.com/hibernate/hibernate-orm/commit/86d1f278bc9fac203e90674...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/AbstractBatchEntitySelectFetchInitializer.java
Log Message:
-----------
HHH-17173 Getting one-to-one association through a referenece to a bytecode enchanced
entity fails
Compare:
https://github.com/hibernate/hibernate-orm/compare/495eb286989b...86d1f27...