반응형 TupleBackedMap1 [JPA] ConverterNotFoundException: No converter found capable of converting from type 에러 native query 사용 중 select 결과에 대한 조회를 해와야하는데 org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap] to type 이런 오류를 만났다. 찾아보니 매핑이 정상적으로 이루어지지 않은 문제였고, dto/entity 를 class가 아닌 interface로 생성하니 해결 되었다. AsIs @Data public class TestDto { String id; String.. 2024. 2. 12. 이전 1 다음 반응형