Skip to content

Commit 4476925

Browse files
committed
Make PersistenceContextEntry#EntityStatus public for Hibernate Reactive
1 parent 17e82d7 commit 4476925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/loader/internal/CacheLoadHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ public static boolean initializeCollectionFromCache(
410410
}
411411

412412
public record PersistenceContextEntry(Object entity, EntityStatus status) {
413-
enum EntityStatus {
413+
public enum EntityStatus {
414414
MANAGED,
415415
REMOVED_ENTITY_MARKER,
416416
INCONSISTENT_RTN_CLASS_MARKER

0 commit comments

Comments
 (0)