When having dependencies like: A → B → C → A An error (UnknownTableReferenceException) is thrown after upgrading to hibernate 6.1.6.Final. When using hibernate 5.x, this causes no issue. I’ve reproduced it using a demo project; https://github.com/willlie1/hibernate_circularity_issue_demo |