Bug fix train for Hibernate's Java Persistence

Posted by    |      

A bug fix version of Hibernate Annotations and Entity Manager is out. In addition to a bunch of bug fixes, they bring some new features:

  • support for natural identifiers
  • support for polymorphic associations to classes from multiple tables aka any mapping
  • get rid of the archive browser library dependency
  • support for session scoped interceptors in the EntityManager
  • transparent integration with the latest Hibernate Search collection event listeners
  • experimental Maven 2 POMs

Maven POMs have always been contributed by the community so far with inconsistent results. As JBoss partly migrates to Maven 2, we will try to bring a more consistent inhouse support from the JBoss repository . This is a work in progress, don't hesitate to bring us feedback.


Back to top