Hibernate Core 3.6.7.Final is a maintenance release with just a couple of fixes.

  • HHH-1780 caused negation (NOT) in HQL WHERE clauses to be inverted incorrectly when a single NOT was applied to AND-ed or OR-ed constraints, as in WHERE NOT ( constraint1 OR constraint2 ); NOT was only being applied to the first constraint.
  • HHH-6370 fixed some issues and made some improvements to HSQLDialect.

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

The artifacts have all been published to the JBoss Nexus repository under the org.hibernate groupId at http://repository.jboss.org/nexus/content/groups/public-jboss/ (not browsable). To browse this repository, go here.

DOWNLOAD the release bundles from SourceForge.

Please report any issues to Jira. Visit us on IRC or the forums if you have usage questions.


Back to top