Tag Archives: DB migration

Hibernate and DB migration

I am working on a product that uses Hibernate that required DB (schema and data) migration, like most Enterprise Software. Hibernate’s schema create/update feature (using hibernate.hbm2ddl.auto property) has it’s limitations. Also, certain complex DB migration requirements will definitely require custom … Continue reading

Posted in Hibernate, Java | Tagged , , , | 9 Comments