Hi, I am using the hibernate 3.0 Alpha tools and the jtds1.0.1driver to access MS SQLServer. I ran the "Artifact Generation" tool, which runs and eventually gives me a duplicate import error for a table I'll call "ItemPrice". I checked the database and there happens to be two tables there, "Item_Price" and "ItemPrice". So it seems the generator is removing the underscore from the table name leading it to believe there are two tables name "ItemPrice".
Is there a setting I can change somewhere that would take care of this? If not I would glady modify the velocity template or class handling this underscore removal if someone could point me in the right direction to do that (which files).
Thanks for any help given.
|