Skip to content

Commit 8d9e639

Browse files
committed
remove ref to ResolveNaturalIdEventListener from hibernate-graalvm
1 parent a61a738 commit 8d9e639

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public static Class[] typesNeedingArrayCopy() {
4747
//Eventlisteners need to be registered for reflection to allow creation via Array#newInstance ;
4848
// types need to be in synch with those declared in org.hibernate.event.spi.EventType
4949
org.hibernate.event.spi.LoadEventListener[].class,
50-
org.hibernate.event.spi.ResolveNaturalIdEventListener[].class,
5150
org.hibernate.event.spi.InitializeCollectionEventListener[].class,
5251
org.hibernate.event.spi.PersistEventListener[].class,
5352
org.hibernate.event.spi.MergeEventListener[].class,

0 commit comments

Comments
 (0)