Hibernate 3.6.4.Final is mainly a maintenance release with a couple of improvements.

Of interest are:

  • HHH-2049 resulted in a entity's collection having missing elements if the collectoin was outer-joined using a subcriteria with restrictions; the only elements in the collection would be those that satisfied the subcriteria restriction.
  • HHH-6170 provides a way to customize the default TransactionFactory and TransactionManagerLookup if none is specified.

For more details about Hibernate 3.6.4-Final, see the release notes.

The artifacts have all been published to the JBoss Maven repository.

The release bundles have been uploaded to SourceForge.


Back to top