Skip to content

Reorder documentation of class-based projection support for JPA Native Queries #3599

Closed
@mipo256

Description

@mipo256

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions