org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap] to type [com.example.entity.NewResult]] #2649
Labels
status: declined
A suggestion or change that we don't feel we should currently apply
Hi Team,
I am working on spring boot in Kotlin. I tried to create a custom query by joining tables. Needed a custom Entity class so created one.
Application starts but when I hit the query I get below error :
org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap] to type [com.example.entity.NewResult]]
My Entity Class looks like:
My repository class:
Please let me know if this is a bug in JPA
The text was updated successfully, but these errors were encountered: