본문 바로가기

Server Development/Exception

java.lang.IllegalArgumentException: org.hibernate.query.SemanticException: query specified join fetching, but the owner of the fetched association was not present in the select list

 

 

 

해당 오류는 조인 관계에서 발생하는 오류로

만약, select의 주체로 조인의 주인이 조회되지 않는 경우, 발생합니다.

 

예를 들어, 부모-자식이 있고 from에 부모가 있다고 가정했을 때,

부모 자체를 조회하지 않았을 때 발생하는 오류입니다.