Hibernate 3.5.3-Final 是一个维护版本,主要是针对一些小bug进行修复,值得关注的改动有:
- HHH-5098 would cause an AssertionFailure when Entity Manager builds the metamodel for an entity that has a parameterized collection.
- HHH-3220 would cause an AssertionFailure when a StatelessSession is used to execute a query that requires joins that exceed the maxfetchdepth setting.
- HHH-4036 would lead to an exception when an entity subclass is mapped with an entity name.
详细的改进内容请看 ChangeLog。
下载 Hibernate 3.5.3-Final