Releases: institut-de-genomique/hibernatetools-gradle-plugin
hibernatetools-gradle-plugin version 1.2.5
Add generated java class to the classpath
hibernatetools-gradle-plugin version 1.2.4
Release 1.2.0
Changelog
Add support to map multiple catalog
TODO
Add support multiple schema selection from a same catalog
Release 1.1.0
Changelog
The user do not need anymore to add extra sourceset. This is done automatically once the plugins is applied.
Release 1.0.0
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.