kgignatyev wrote:
It means that Hibernate tries to keep DB schema up-to-date, i.e. creating and updating necessary objects in the DB.
Use 'update'
Better yet: manage database schema yourself (with appropriate DB centric tools and scripts), especially for production.
First of all, thank you for your reply!
actually the database is already ready with all the tables and objects there... there is a system working on this databese (production), and now i am "translating" it to open source tecnology. So, ill not create anything new in this databese, only use it. So, as i have understood, i even dont need to use any of these 4 option, am i right?
but, just to know, do you know what the validate do?
thks!