Spring JPA :: No converter found capable of converting from type
问题 I am using spring with JPA and trying to execute query using @query with SQL query.and trying to map the result to an object. I have different entity class and mapping to other dto as I do not want all the columns. getting below error No converter found capable of converting from type [org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap] to type [webapi.dto.StatsDTO]", Below is my repository interface public interface UserRepository extends