3.5.1-Final is a maintenance release of mainly minor bug fixes. Two fixes in particular were non-minor:
- HHH-5102 is particularly big issue if you happen to combine InheritanceType.JOINED with an "intermediate" @MappedSuperclass
- HHH-4965 would lead to incorrect results when using a JPA Criteria query if using certain types of literals (mostly an issue with certain entity and custom types)
Additionally quite a bit of work was done on the reference documentation and javadocs (especially in now having some aggregated
javadocs).
Check out the release page for the full list of changes.
Please report any issues to Jira. Visit us on IRC or the forums if you have usage questions.
Get'em while they are hot!
Created: 15. Apr 2010, 23:24 CET (Steve Ebersole)
Last Modified: 16. Apr 2010, 01:32 CET (Steve Ebersole)
no link to download the jars ?
http://sourceforge.net/projects/hibernate/files/hibernate3/
The general URLs have not changed in forever, but just for you... ;)
Thank you, Steve, for the excellent work! BTW, did you see https://jira.jboss.org/jira/browse/JBAS-7752 which reports a JPA 2.0 issue
I show JBAS-7752 as an issue wrt setting versions in META-INF/application.xml
File throw an error file to decompressB
hql can not query : ,the database is sql2005,the hibernate version is 3.3.2, why the hibernate can not compile that hql???
Does hiberante support select ... from (select ..) query now?