Does there exist a tool for DB schema migration where schema are specified using Hibernate ?
- by madewulf
I am used to Django South http://south.aeracode.org/, which allows schema and data migrations for Django projects. Does there exist a similar tool for Hibernate projects ?