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 9d898eb commit 240dbacCopy full SHA for 240dbac
hibernate-graalvm/src/main/java/org/hibernate/graalvm/internal/StaticClassLists.java
@@ -51,6 +51,7 @@ public static Class[] typesNeedingArrayCopy() {
51
org.hibernate.event.spi.ReplicateEventListener[].class,
52
org.hibernate.event.spi.FlushEventListener[].class,
53
org.hibernate.event.spi.AutoFlushEventListener[].class,
54
+ org.hibernate.event.spi.PreFlushEventListener[].class,
55
org.hibernate.event.spi.DirtyCheckEventListener[].class,
56
org.hibernate.event.spi.FlushEntityEventListener[].class,
57
org.hibernate.event.spi.ClearEventListener[].class,
0 commit comments