Since Hibernate ORM 6.x the FetchType.EAGER raises the following error when called from native queries
Using the same @Entity with hibernate createQuery(), everything works as expected I’ve create a test case available on github After cloning the repo, just run mvn package |