We (the company I work for) wanted to implement Hibernate as our persistence layer, but I am having a little trouble find answers because of terminology...
I have a lot of questions about updating databases. We write software and when the software starts we check the database version (not the database software version) to make sure it is up to date. If not we run through a series of code to update database (adding tables, altering columns, inserting data, dropping tables).
Is there a term I should be searching for to bring up topics like this? Will Hibernate handle this type of database manipulation? Anyone know of any examples of this situation?
_________________ Give a man a fish, feed him for a day. Teach a man to fish, lose your monopoly on fisheries.
|