spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
2.93k stars 1.39k forks source link

Support converting underscores column name to camel case property name for projecting native query #3472

Closed quaff closed 1 month ago

quaff commented 1 month ago

By default, Spring Boot configures the physical naming strategy with CamelCaseToUnderscoresNamingStrategy.

Then we should convert underscores back to camel case.

Fix GH-3462

mp911de commented 1 month ago

Thank you for your contribution. That's merged and polished now.