Hibernate ORM 框架发布了两个新版本:4.3.8 和 4.2.17,这两个版本共同的改进内容包括: 
  
-  全新的 MySQL 方言 (MySQL57InnoDBDialect) 支持分数秒 HHH-8401;
 -  schema 工具支持 NamingStrategyDelegator  HHH-9467.
  
详细改进记录: 
相关链接: 
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  4.3.8.Final Downloads: 4.3.8.Final ZIP, 4.3.8.Final TGZ  4.2.17.Final Downloads: 4.2.17.Final ZIP, 4.2.17.Final TGZ  |