-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom columns names with @fieldNameAsDatabaseColumn(colum_name) in JDL #25348
Comments
PR is welcome. |
In June 2023 there was already doubt about the current status of this feature: I don't know if this is still an internal feature or could be used since Jhipster 7.2 |
I guess, the PR that @mshima mentions is for making this a non-internal feature (by adding some additional test + enhancing the documentation.) ;-) |
It’s internal and feature. Could be added here |
Those properties should be stable for v8 cycle. |
PR is welcome to add documentation about this property. |
Overview of the feature request
Related to: #15297
@fieldNameAsDatabaseColumn(colum_name) works well with Jhipster 8.1 to custom column names
But I don't know if this is still an internal feature or could be used since Jhipster 7.2
It is not documented in: https://www.jhipster.tech/jdl/entities-fields
I think this feature for allow custom column names is very interesting and should be documented
Motivation for or Use Case
You have to 'connect' the new application to an existing database, you cannot align sql column name with java entities field names (usualy sql naming conventions give eyespain).
You have to respect a java naming convention + a corportate/DBAs SQL naming convention.
Related issues or PR
Related to: #15297
The text was updated successfully, but these errors were encountered: