[hibernate-dev] hibernate-delta
Gregor Zeitlinger
gregor.zeitlinger at txtr.com
Thu Jun 20 05:59:51 EDT 2013
Hi,
I've created https://github.com/txtr/hibernate-delta because I couldn't
find a solution that would generate SQL update statements based on the
fields that I added to my @Entity.
The trick is that it stores the schema in an XML file that is commited
to git. That way, you only get the differences you introduced.
It can also find the differences between your XML schema and the actual
database (using liquibase).
Now the questions
1. Is this something that already exists?
2. Is somebody interested in growing this from the current setup
(tested with Oracle only)?
3. Would this maybe even a candidate to include in hibernate tools?
--
Gregor Zeitlinger
gregor.zeitlinger at txtr.com
More information about the hibernate-dev
mailing list