[
https://issues.apache.org/jira/browse/OPENJPA-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ben Short updated OPENJPA-430:
------------------------------
Attachment: OPENJPA-430.patch
A patch that adds this feature.
Switch on using property removeHungarianNotation=true
> Automatically remove hungarian notation from column names.
> ----------------------------------------------------------
>
> Key: OPENJPA-430
> URL: https://issues.apache.org/jira/browse/OPENJPA-430
> Project: OpenJPA
> Issue Type: New Feature
> Affects Versions: 1.1.0
> Reporter: Ben Short
> Priority: Minor
> Attachments: OPENJPA-430.patch
>
>
> Add a flag to switch on/off automatic truncation of hungarian fields when
> automatically generating column names.
> Fields such as mFoobar and strBarFoo would become columns named* foobar and
> barfoo respectivly.
> *Current naming DBDictionary rules would still apply.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.