Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: ecde949c7fc8d0c2439d6c48f33c00c77c4a6642
https://github.com/hibernate/hibernate-orm/commit/ecde949c7fc8d0c2439d6c4...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-01-04 (Wed, 04 Jan 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/proxy/EagerOneToOneMappedByInDoubleEmbeddedTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/proxy/LazyOneToOneMappedByInDoubleEmbeddedTest.java
Log Message:
-----------
HHH-15967 Add test for issue
Commit: a3038f94fa8f64de622018fdfd18cf94ac8df935
https://github.com/hibernate/hibernate-orm/commit/a3038f94fa8f64de622018f...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-01-04 (Wed, 04 Jan 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntityDelayedFetchInitializer.java
Log Message:
-----------
HHH-15967 @OneToOne(mappedBy = ..., fetch = LAZY) in embedded referencing an association
within another embedded
Compare:
https://github.com/hibernate/hibernate-orm/compare/475e4944dfbe...a3038f9...