migration « Schema « JPA Q&A





1. Support for schema migrations with JPA?    stackoverflow.com

I've been briefly looking at JPA recently, and I was wondering what the deal is with database schema migrations and staying lined up with the classes you've created. Is there support in ...

2. Does there exist a tool for DB schema migration where schema are specified using Hibernate?    stackoverflow.com

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 ?

3. How does Envers deal with schema changes?    stackoverflow.com

I am thinking about switching from a self-implemented versioning-solution to Hibernate Envers, but I am not quite sure yet. I have read a lot about it, but I am concerned about ...