Joined: Wed May 16, 2007 5:37 am Posts: 2
|
jboss ide 2.0.0 beta 2
hibernate tools 3.2.0 beta 8
seam ver 1.2.1
I am using a 3rd party progress 9.1d database and the developers have used hyphens in nearly every table and column name (around 1300) with a smattering of reserved/keywords in there for good measure. The JDBC driver does not support automatically inserting quoted identifiers. Can resolve the issue via the @table, @column name and backticks in the java classes. However due to the sheer volume of entries I am wondering if there is any way to modify the java code generation (via seam or hbm) so that the annotations automatically include the backticks.
|
|