Hibernate Cartridge version 1.2.0 for oAW released
The Fornax Project is proud to present the version 1.2.0 of the Hibernate Cartridge . An improvement is the introduction of Model2Model Transformations. Transformations are used to simplify the models. So for example, not every primarykey of an Entity has to be modelled explicit. If no Key is modelled, a default key is assumed. This default key is named id and of type long.
This let you focus on the really relevant parts of the model.
Another improvement is a new Quick Start Tutorial based on Ant.
This short tutorial gives you an impression of the power and the simplicity of the Hibernate Cartridge.
To run the Quick Start Tutorial only a few steps have to be done.
- Download the current release from SourceForge
- Unzip the archive.
- Change into the fornax-cartridges-uml2-hibernate-1.2.0 directory
- Open a shell
- To install the example:
- ant install
- To run the Cartridge with the little example model part of the release:
- ant generate

