Closed
Description
I've created a demo project to demonstrate the problem. It seems that only interface based projections are working fine, but if we want to use class based projections, we have the ConverterNotFoundException
problem. Related Stack Overflow thread.
It is expected that the Class Based Projections would work for native queries, as stated in the doc. Well, the doc does not mention specifically that Class Based Projections would work for native queries, but on the contrary it does not mention for what queries it would work, so the assumption is that for all @Query
methods.