发布于 2016-11-25 10:24:47 | 157 次阅读 | 评论: 0 | 来源: 网友投递
Hibernate 开源对象关系映射框架 ORM
Hibernate是一个开放源代码的对象关系映射框架,它对JDBC进行了非常轻量级的对象封装,使得Java程序员可以随心所欲的使用对象编程思维来操纵数据库。 Hibernate可以应用在任何使用JDBC的场合,既可以在Java的客户端程序使用,也可以在Servlet/JSP的Web应用中使用,最具革命意义的是,Hibernate可以在应用EJB的J2EE架构中取代CMP,完成数据持久化的重任。
Hibernate ORM 5.1.3 和 5.2.5 发布了,
更新内容:
Hibernate ORM 5.2.5
新特性:
[HHH-3674] - Expose SchemaUpdate#haltOnError as a configuration property
改进
[HHH-476] - Event System documentation
[HHH-4465] - Document @Entity.name != Hibernate entity name
[HHH-10127] - Allow indication that converted types are immutable
[HHH-10211] - Create Postgis9Dialect, Postgis92Dialect and Postgis94Dialect
[HHH-11034] - Query.stream() Javadoc should specify whether the resulting Stream contains resources
[HHH-11152] - ByteBuddy BytecodeProvider
[HHH-11204] - Fix typo for all "occured" error message to occurred
[HHH-11206] - Document all configurations that are not present in AvailableSettings
[HHH-11220] - Auto-detect SQL Server 2016 when the major version is 13
[HHH-11221] - Add more authors to the User Guide header
[HHH-11225] - Add CriteriaBuilder overloads for methods dealing with Collection to also deal with Map
[HHH-11233] - JPA SQL function with no arguments can only be called if we provide a comma
[HHH-11235] - split checkstyles into fatal and non-fatal configs
[HHH-11245] - Usage of a closed Thread Context ClassLoader
[HHH-11255] - @NaturalId mapping fails when using a composite natural identifier
更多请查看完整 更新日志
5.2.5 下载地址:
5.1.3 下载地址: