It would be great if the Hibernate reverse engineering tool would automatically map invalid column name characters to something, maybe an underscore.
Manual mapping is fine for a handfull of tables, but if you have to map larger models, it’s a pain.
Best solution, IMHO, would be if the XML mapping definition (the reveng file) would be generated for all items (columns and tables), and if it were possible to apply an XSLT to it. That way it would be easy do perform complex name mappings without much efford.
Thanks in advance,
Michael