Hibernate 3.2.0.CR2 has been released.

Changes mainly represent further alignments with the latest EJB3 specifications. Two important ones to note in particular are
(1) the ability to perform bulk operations via native-sql queries, avoiding the need to grab JDBC connections
(2) alignment with the specification required return types for aggregation queries; this specifically required changes for COUNT, AVG, and SUM; see HHH-1538 for the details.

Reply via email to