Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: f899246bbae1f92bdb036355d4d527c56300e31f
https://github.com/hibernate/hibernate-orm/commit/f899246bbae1f92bdb03635...
Author: John Lin <johnlinp(a)gmail.com>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/annotations/AnyFetchEagerTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/any/annotations/LazyPropertySet.java
Log Message:
-----------
HHH-13243 Respect @ManyToAny.fetch setting to FetchType.EAGER
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 4170c9e3a4afa065cb24752cdb3fc0b032839d1f
https://github.com/hibernate/hibernate-orm/commit/4170c9e3a4afa065cb24752...
Author: Davide D'Alto <davide(a)hibernate.org>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/PersistenceContext.java
Log Message:
-----------
HHH-19080 Allow Hibernate Reactive to initialize the non lazy collections via PersistenceContext
Hibernate Reactive needs a reactive version of the PersistenceContext to
load non-lazy collections. But, now that `SatefulPersistenceContext` is
package-private, Hibernate Reactive cannot extend the class anymore.
These change make it possible to access the internal snapshots, so that the
reactive implementation can implement the interface and doesn't need to
extends `SatefulPersistenceContext`.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications