Skip to content

Commit 240dbac

Browse files
committed
add new class to StaticCLassLists
1 parent 9d898eb commit 240dbac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hibernate-graalvm/src/main/java/org/hibernate/graalvm/internal/StaticClassLists.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public static Class[] typesNeedingArrayCopy() {
5151
org.hibernate.event.spi.ReplicateEventListener[].class,
5252
org.hibernate.event.spi.FlushEventListener[].class,
5353
org.hibernate.event.spi.AutoFlushEventListener[].class,
54+
org.hibernate.event.spi.PreFlushEventListener[].class,
5455
org.hibernate.event.spi.DirtyCheckEventListener[].class,
5556
org.hibernate.event.spi.FlushEntityEventListener[].class,
5657
org.hibernate.event.spi.ClearEventListener[].class,

0 commit comments

Comments
 (0)