jTransfo 0.6 released

jTransfo 0.6 has been released.

The focus for this release was improved integration with Hibernate and adding a demo.

The following features were added:

  • A demo module was added which uses Hibernate and Lombok.
  • Conversion now uses getters and setters on the domain objects as this is needed to avoid problems with Hibernate lazy loading.
  • Collections need special handling, add base type converter which accepts the type of the transfer objects.
  • Add type converter which does update linked objects but does not update objects in the domain. Very practical to control links between objects without allowing the objects themselves to be modified.

Additionally a few bugs were fixed.

You can view the full list of issues on github.

Posted in Release