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