Hi All,
I work with the Hibernator plugin (0.9.6) in Eclipse 3.0M8 and i have a problem with the Update Schema functionwhich may be part of a larger problem with the ShemaUpdate tool.
The Update Schema button recreates the whole database (drops all of the tables, indexes...etc) instead of modifying the schema where it changed (adding new columns, dropping unused columns...etc).
Is SchemaUpdate capable of updating the schema incrementally (making the changes only not re-creating everything)?
If SchemaUpdate is capable of incremental updates, is there a way to tell Hibernator to call it that way?
|