Spring Framework
Hibernate 6.x 에서 AliasCollisionException
Hibernate 5.x를 쓰던 프로젝트에서 6.x를 쓰는 프로젝트로 이관하면서 몇 가지 문제를 만나고 있다. 그 중 하나인 QueryDSL Q 클래스 alias 문제에 대해 간략하게 정리한다. https://docs.hibernate.org/orm/6.0/migration-guide/#query 6.0 Migration GuideAs back-ground, Hibernate does understand whether a fetch is actually, truly circular. It simply understands that while walking a fetch-graph it encounters the same table/column(s) making up a particular foreign-..