This is a simple POC to have DDL scripts automatically generated by Hibernate calculating the delta between the current state of the DB schema and the status of
Java objects annotated with @Entity
.
This is just the main
branch and it does not contain any working code. The working POCs are in the two branches and they differ in type:
hibernate-only
: provides a POC that works with entities that do not need auditinghibernate-and-envers
: provides a POC that works with entities that do need auditing and thus requireenvers
as a dependency
Please DO NOT run any code in this branch as it won't work.