org.hibernate.QueryException: query specified join fetching, but the owner of the fetched association was not present in the select list
432
0
아무생각 없이 복붙을 하면 저런 에러가 나올 수 있습니다.
저와 같은 에러가 나타나신 분은 쿼리에서 'fetch'를 제거해주세요.
org.hibernate.QueryException: query specified join fetching, but the owner of the fetched association was not present in the select list
추신 : 강사님, 좋은 강의 항상 감사합니다.
답변 1





