liquibase « HBM « JPA Q&A





1. Db migrate - Hibernate/JPA - hbm2ddl - diff tools    stackoverflow.com

I use:

  • EJB3 / JPA (Hibernate)
  • MySQL 5
I have to set up a system to help database migrations. Tried to use LiquiBase but it seems not enough mature yet to be used with ...

2. How do I mimic Hibernate hbm2ddl "create" behaviour in Liquibase?    stackoverflow.com

I've worked with liquibase 1.9.5 for a while now and got it to replace hibernate hbm2ddl strategy of creating tables and loading fixtures in it. Since it's a maven project and ...