Files
spring-data-jpa/src
Oliver Drotbohm 5f3b4e2155 Add support for DTO projections on derived query methods.
In case a derived query uses a DTO, we now create a select clause that uses a constructor expression for the DTO type. This wasn't supported before and expexted either an interface-based projection or an explicit query using a constructor expression.

Fixes #2363.
2021-12-03 09:35:03 +01:00
..