2006-01-30

POJ - Hibernate 3.1.2 released

Hibernate is a powerful, high performance object/relational persistence and query service. Hibernate lets you develop persistent classes following object-oriented idiom - including association, inheritance, polymorphism, composition, and collections. Hibernate allows you to express queries in its own portable SQL extension (HQL), as well as in native SQL, or with an object-oriented Criteria and Example API.

This release fixes bugs with Session closure checking, some potential bugs in HQL parameter binding, and various other minor bug fixes and enhancements.
download