로딩
요청 처리 중입니다...

ConverterNotFoundException: No converter found capable of converting from type 에러시

 ConverterNotFoundException: No converter found capable of converting from type 에러시

상황) native 쿼리를 쓰는 상황에서 org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap] to type 이런 오류가 발생했다 org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap] to type 이유) 매핑이 잘 안되서 발생한 문제이다. 해결) testInt...

# AbstractJpaQuery # ConverterNotFoundException # converting # native # query # testInterface # TupleBackedMap # TupleConverter # 네이티브쿼리