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!

Reply via email to