【发布时间】:2016-02-02 17:38:44
【问题描述】:
Hibernate 3 和 4 用于记录可用的配置属性:
- http://docs.jboss.org/hibernate/orm/3.6/reference/en-US/html_single/#configuration-optional
- http://docs.jboss.org/hibernate/orm/4.3/manual/en-US/html_single/#configuration-optional
Hibernate 5 (http://docs.jboss.org/hibernate/orm/5.0/userGuide/en-US/html_single/) 的文档不包含任何类似内容。只是还没准备好?
【问题讨论】:
-
有趣。您的链接来自 2015 年 7 月,对应于 5.0.0.CR2。官网的链接是2016年1月的,对应5.0.7.Final。那么它被删除了?
-
同样比较两个版本的大小,HTML 文件从 1.57MB 下降到 703KB。有一半的文档真的过时且没有必要吗?
-
我的链接是手册,你指的是用户指南。
-
5.0 的文档主页没有列出任何手册,仅列出用户指南:hibernate.org/orm/documentation/5.0 是否缺少?另一方面,4.3 的文档主页没有列出任何用户指南,只有手册:hibernate.org/orm/documentation/4.3。那么,在 5.0 中是否会有用户指南(现有)和手册(目前缺失)?还是用户指南取代了 5.0 中的手册?
标签: java hibernate orm configuration hibernate-5.x