So, is there any way that I can plugin a class to determine the default
TABLE/COLUMN names?
Fernando Padilla wrote:
I am trying to figure out how to override the default naming conventions
used by OpenJPA, to be more consistent with the schema we currently have
(generated by old kodo):
- all caps
- append a 0 if it's a reserved word
- append a counter if multiple columns of same name ( embedded )
I bet the documentation has it, but I'm not quite sure what to search
for. Any leads would be greatly appreciated!