JPA native query에서 DTO로 매핑할 때 호환이 잘 안 되면 이런 문제가 발생한다. 그래서 구글링한 결과 Interface로 받아야 한다고 해서, JPA -> Interface -> DTO -> Service 로 받아서 사용하였다. 근데 그냥 Interface만 사용해도 괜찮을 것 같아서 수정했다.사실 위에처럼 DTO, Interface 두 개의 파일이 있는 게 너무 불편했다.. 이전에 시도했던 방법https://kongjino.tistory.com/25 [SpringBoo] JPA 오류: No converter found capable of converting from typeNative Query로 Join 후 두 테이블 이상 select 할 때, entity를 DTO로 매핑하지 못해 발..