Skip to content

Commit

Permalink
remove ref to ResolveNaturalIdEventListener from hibernate-graalvm
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Dec 21, 2024
1 parent a61a738 commit 8d9e639
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public static Class[] typesNeedingArrayCopy() {
//Eventlisteners need to be registered for reflection to allow creation via Array#newInstance ;
// types need to be in synch with those declared in org.hibernate.event.spi.EventType
org.hibernate.event.spi.LoadEventListener[].class,
org.hibernate.event.spi.ResolveNaturalIdEventListener[].class,
org.hibernate.event.spi.InitializeCollectionEventListener[].class,
org.hibernate.event.spi.PersistEventListener[].class,
org.hibernate.event.spi.MergeEventListener[].class,
Expand Down

0 comments on commit 8d9e639

Please sign in to comment.