Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 434b32e4941e629cbc1224abda0c912126081f78
https://github.com/hibernate/hibernate-orm/commit/434b32e4941e629cbc1224a...
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: b407aa76797bdb2d1458c6f66429cd15815767f2
https://github.com/hibernate/hibernate-orm/commit/b407aa76797bdb2d1458c6f...
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: 2f2dbbe2e62a4e77b86ef64e72c7c01b99c578a8
https://github.com/hibernate/hibernate-orm/commit/2f2dbbe2e62a4e77b86ef64...
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/1b0cc59913a9...2f2dbbe...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications