Is there a way we can extend @FieldNameConstans annotation to return snake case names instead of the actual class member names? Perhaps a new annotation like @FieldNameConstatsSnakeCase?
We need this kind of functionality in order to avoid using hard coded column name strings to be able to persists our domain entities using JDBC providers in PostgreSQL.
Thanks in advance.