Native query and @NotFound do not fetch the related entities
Description
I'm migrating my project to spring boot 3, and I got the issue reported below; essentially, the native query does not work well when the entity contains an attribute annotated with @NotFound.
I'm migrating my project to spring boot 3, and I got the issue reported below; essentially, the native query does not work well when the entity contains an attribute annotated with
@NotFound
.Entities
Repository
Exception