Hi I am doing schema update using the SchemaUpdate class.
Due to programming environment constraints, I have to run the update thru command line. I believe the idea of doing update is so that you can update a single table with a single property. Howver, as I try this feature out, hibernate continues to throw exception because this table I want to update refers to an unmapped class. I can move to the next step by adding another map file, but then more and more unmapped classes get involved, and pretty soon, I am feeding the entire collection of map files. So that's no different from updating the entire database.
Am I missing something here? is there a way to get SchemaUpdate to just see these other map files without explicitly having to tack them as command line args? and without updating their tables as well?
|