博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
翻译随笔
阅读量:6943 次
发布时间:2019-06-27

本文共 1311 字,大约阅读时间需要 4 分钟。

简单的翻译一下Hibernate 的5.1版本 迁移到 5.2版本的指南(说明书),相当于学习英语了。  

个人学习。本身对Hibernate不熟悉。难免有关键术语描述不准确。如有大神能加以指正,本人感激不尽。

Migration Guide 5.2

文章来源https://github.com/hibernate/hibernate-orm/wiki/Migration-Guide---5.2

 

Migration Guide 5.2

Steve Ebersole edited this page on 2 Jun 2016 · 
This guide discusses migration from Hibernate ORM version 5.1 to version 5.2. For migration from earlier versions, see any other pertinent migration guides as well.
 
这个指南叙述的是Hibernate ORM 5.1的版本向5.2版本迁移的事情。 对于其他更早期的Hibernate版本的迁移,请同样的去看一下其他相关版本的迁移指南。

 

Background

Lots of work has been done for 6.0. One of the things 6.0 will need is a unified view of "type systems" including its own type system (Type, EntityPersister, CollectionPersister, etc) and JPA’s type system - which would mean unifying all of this in hibernate-core. Because of this and the other large changes slated for 6.0 we decided to release a 5.2 that showed a clear migration path to the changes in 6.0 but that still supported the older calls and expectations as much as possible.

背景


关于6.0版本的许多工作已经完成了。6.0版本其中之一就是对“类型系统”需要一个统一的定义。包括了他本身的类型系统(类型Type,EntityPersister,CollectionPersister,等等)和JPA的类型系统 - 这也是意味着Hibernate核心的一个定义。因为这个原因和其他的大的改变将要成为6.0中的内容,所以我们决定发布一个5.2版本的Hibernate。同时对于6。0版本也给出了一个清晰的迁移路径(迁移方法),但是对于更早期的调用和期望依然是被支持的。

 

转载于:https://www.cnblogs.com/bigorang/p/6582579.html

你可能感兴趣的文章
2017-3-2 C#基础 枚举
查看>>
2017-3-8 学生信息展示习题
查看>>
Python多线程(1)
查看>>
Hello World For Unity3D
查看>>
固定电话的验证
查看>>
项目上线,php的错误信息必须不让其在页面中显示给客户,
查看>>
Task3.特征选择
查看>>
如何修改Tomcat默认端口?
查看>>
Linux练习(wait父进程等待子进程)
查看>>
脚本实现PXE装机
查看>>
PHP的后期静态绑定
查看>>
Java编程之路相关书籍
查看>>
java进程cpu使用率达到200+%
查看>>
算法基础 -- 简介时间复杂度与空间复杂度
查看>>
poj1463
查看>>
Google Authenticator(谷歌身份验证器)C#版
查看>>
如何通过js在子页面调用父页面元素的click事件
查看>>
[Spring]04
查看>>
关于异常
查看>>
Urllib库
查看>>