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 a61a738 commit 8d9e639Copy full SHA for 8d9e639
hibernate-graalvm/src/main/java/org/hibernate/graalvm/internal/StaticClassLists.java
@@ -47,7 +47,6 @@ public static Class[] typesNeedingArrayCopy() {
47
//Eventlisteners need to be registered for reflection to allow creation via Array#newInstance ;
48
// types need to be in synch with those declared in org.hibernate.event.spi.EventType
49
org.hibernate.event.spi.LoadEventListener[].class,
50
- org.hibernate.event.spi.ResolveNaturalIdEventListener[].class,
51
org.hibernate.event.spi.InitializeCollectionEventListener[].class,
52
org.hibernate.event.spi.PersistEventListener[].class,
53
org.hibernate.event.spi.MergeEventListener[].class,
0 commit comments