Skip to content

Releases: institut-de-genomique/hibernatetools-gradle-plugin

hibernatetools-gradle-plugin version 1.2.5

20 Dec 17:18
Compare
Choose a tag to compare

Add generated java class to the classpath

hibernatetools-gradle-plugin version 1.2.4

20 Dec 15:02
Compare
Choose a tag to compare

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:

Release 1.2.0

11 Jul 10:16
Compare
Choose a tag to compare

Changelog

Add support to map multiple catalog

TODO

Add support multiple schema selection from a same catalog

Release 1.1.0

06 May 13:34
Compare
Choose a tag to compare

Changelog

The user do not need anymore to add extra sourceset. This is done automatically once the plugins is applied.

Release 1.0.0

05 May 08:32
Compare
Choose a tag to compare

Changelog

This is the first stable release of hibernatetools-gradle-plugin

Feature:

  • generate config files into $buildir/src/resources with the target: hibernate-config
  • generated model file into $buildir/src/java with the target: `hbm2java
  • generated dao file into $buildir/src/java with the target: hbm2dao

This plugin is stable and do not require new commit, but if they are any issue do not hesitate.

You are welcome

Note

This plugin use hibernate-tools, it has aweseome feature and in other hand a poor documentation with no helper community. For this reason is quite difficult to implement such feature as to put model and dao file into different directories. Or to rename DAO classes xxxHome to xxxDAO as the name is hardcoded into the exporter ans the template file.