Skip to content

hibernatetools-gradle-plugin version 1.2.4

Compare
Choose a tag to compare
@bioinfornatics bioinfornatics released this 20 Dec 15:02
· 14 commits to master since this release

Feature added:

Now you can put your own config and reveng file as follow

database{
    configXml   = "/tmp/hibernate.cfg.xml"
    revEngXml   = "/tmp/hibernate.reveng.xml"
}

Bug fixed: