Error:TupleBackedMap can not be modified. No converter found capable of converting from type org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap] to type [com.booksStore.entity.ReportDetailImpl]
The error occurs when you are working with a JPA native query that returns results as a TupleBackedMap (used by Spring Data for unstructured or tuple-based query results). When you…