We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef70d3 commit 8abf004Copy full SHA for 8abf004
hibernate-core/src/main/java/org/hibernate/loader/internal/CacheLoadHelper.java
@@ -408,7 +408,7 @@ public static boolean initializeCollectionFromCache(
408
}
409
410
public record PersistenceContextEntry(Object entity, EntityStatus status) {
411
- enum EntityStatus {
+ public enum EntityStatus {
412
MANAGED,
413
REMOVED_ENTITY_MARKER,
414
INCONSISTENT_RTN_CLASS_MARKER
0 commit comments