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 17e82d7 commit 4476925Copy full SHA for 4476925
hibernate-core/src/main/java/org/hibernate/loader/internal/CacheLoadHelper.java
@@ -410,7 +410,7 @@ public static boolean initializeCollectionFromCache(
410
}
411
412
public record PersistenceContextEntry(Object entity, EntityStatus status) {
413
- enum EntityStatus {
+ public enum EntityStatus {
414
MANAGED,
415
REMOVED_ENTITY_MARKER,
416
INCONSISTENT_RTN_CLASS_MARKER
0 commit comments