Closed as not planned
Description
I have used Interface based projection using native queries for long time, but now according to Spring Data JPA reference documentstions record-based projections must work too, but it seems it does not support custom native queries.
As proxied interfaces are not so friendly during debugging, using records would be great, but it seems the conversion does not work with records.
Can this issue be solved?
By the way I am using Spring Data 3.2.3 (latest release till now)