Hibernate ORM 框架发布了两个新版本:4.3.8 和 4.2.17,这两个版本共同的改进内容包括:
全新的 MySQL 方言 (MySQL57InnoDBDialect) 支持分数秒 HHH-8401;
schema 工具支持 NamingStrategyDelegator HHH-9467.
详细改进记录:
4.3.8.Final change log: https://hibernate.atlassian.net/secure/ReleaseNote.jspa?projectId=10031&version=18151
4.2.17.Final change log: https://hibernate.atlassian.net/secure/ReleaseNote.jspa?projectId=10031&version=18451
相关链接:
JBoss Nexus: https://repository.jboss.org/nexus/content/groups/public/org/hibernate
Maven Central: http://repo1.maven.org/maven2/org/hibernate/hibernate-core (should update in a couple of days)
SourceForge: https://sourceforge.net/projects/hibernate/files/hibernate4
来自:开源中国社区

