How to use CamelCase instead of SnakeCase in Spring JPA R2DBC
I need to access a legacy database that uses camelCase for both table names and column names.
I need to access a legacy database that uses camelCase for both table names and column names.