简体   繁体   English

在哪里可以找到 Hibernate 的旧版 hbm.xml 映射文件的文档?

[英]Where can I find documentation for Hibernate's legacy hbm.xml mapping files?

I have joined a new team, and their project is using pretty much exclusively legacy-style Hibernate Mapping files ( *.hbm.xml ) for their Hibernate set-up.我加入了一个新团队,他们的项目几乎完全使用传统风格的 Hibernate 映射文件 ( *.hbm.xml ) 用于他们的 Hibernate 集。 The current documentation pretty much seems to restrict itself to mention that Hibernate still supports hbm files and that they will take precedence over annotations.当前的文档几乎似乎限制自己提及 Hibernate 仍然支持 hbm 文件,并且它们将优先于注释。

Can someone please provide a link to documentation that mainly deals with Hibernate's legacy Mapping Files?有人可以提供主要处理 Hibernate 的遗留映射文件的文档的链接吗? (Even older versions of the doc only seem to mention them in passing?) (即使是旧版本的文档似乎也只是顺便提及它们?)

Which version of Hibernate you use? 您使用哪个版本的Hibernate? I found documentation for XML mapping for version 3.3 under this link. 我在此链接下找到了3.3版XML映射的文档。

Hibernate Mapping doc 休眠映射文档

All of the hibernate documentation: https://docs.jboss.org/hibernate/orm/所有 hibernate 文档: https://docs.jboss.org/hibernate/orm/

This appears to be the latest reference to the hbm.xml mapping: https://docs.jboss.org/hibernate/orm/5.0/manual/en-US/html/ch05.html This appears to be the latest reference to the hbm.xml mapping: https://docs.jboss.org/hibernate/orm/5.0/manual/en-US/html/ch05.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM