Getting a UnknownTableReferenceException using hibernate-core 6.1.7.Final which I didn't get using 5.6.15.Final. Have 3 entities. Entity 1 has a one-to-many relationship on Entity 2, mapped by Entity 3. When I try to select I get a UnknownTableReferenceException. Note that I get this exception if I use FetchMode.SUBSELECT or FetchMode.JOIN but not if I use FetchMode.SELECT. See test case at: https://github.com/s-webber/hibernate-test-case-orm-6-subselect-unknown-table-reference |