Skip to content

Commit 8abf004

Browse files
committed
Make PersistenceContextEntry#EntityStatus public for Hibernate Reactive
1 parent 0ef70d3 commit 8abf004

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
@@ -408,7 +408,7 @@ public static boolean initializeCollectionFromCache(
408408
}
409409

410410
public record PersistenceContextEntry(Object entity, EntityStatus status) {
411-
enum EntityStatus {
411+
public enum EntityStatus {
412412
MANAGED,
413413
REMOVED_ENTITY_MARKER,
414414
INCONSISTENT_RTN_CLASS_MARKER

0 commit comments

Comments
 (0)