Branch: refs/heads/6.6
Home:
https://github.com/hibernate/hibernate-orm
Commit: c900702e3d2bcd99428639ff3f46664eae40c83f
https://github.com/hibernate/hibernate-orm/commit/c900702e3d2bcd99428639f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/entitygraph/LoadAndFetchGraphAssociationNotExplicitlySpecifiedTest.java
A
hibernate-testing/src/main/java/org/hibernate/testing/orm/assertj/ManagedAssert.java
Log Message:
-----------
HHH-18489 Test initialization of unowned, lazy one-to-one associations (and more) in
queries
Commit: 51fd19f0558cb7da9ecbe461ea601df3b3743dfa
https://github.com/hibernate/hibernate-orm/commit/51fd19f0558cb7da9ecbe46...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/graph/LoadAndFetchGraphAssociationNotExplicitlySpecifiedTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/graph/LoadAndFetchGraphCollectionsNotExplicitlySpecifiedTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/entitygraph/LoadAndFetchGraphAssociationNotExplicitlySpecifiedTest.java
R
hibernate-testing/src/main/java/org/hibernate/testing/orm/assertj/ManagedAssert.java
Log Message:
-----------
HHH-18489 Test initialization of unowned, lazy one-to-one associations
Commit: a1d0b82c8aa3afb5489dae5aaf86b4a935053296
https://github.com/hibernate/hibernate-orm/commit/a1d0b82c8aa3afb5489dae5...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/bytecode/enhance/spi/interceptor/LazyAttributeLoadingInterceptor.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntityDelayedFetchInitializer.java
Log Message:
-----------
HHH-18489 Lazy, unowned one-to-one associations get loaded eagerly in queries - even
with bytecode enhancement
Compare:
https://github.com/hibernate/hibernate-orm/compare/cf82dfa38907...a1d0b82...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications