100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > eclipse hibernate配置文件(*.hbm.xml)加上自动提示功能

eclipse hibernate配置文件(*.hbm.xml)加上自动提示功能

时间:2019-08-07 07:58:59

相关推荐

eclipse hibernate配置文件(*.hbm.xml)加上自动提示功能

转自:/u012217085/article/details/17397843?utm_source=blogkpcl3

1.

标签:hibernate

在编辑 *.hbm.xml 文件时,myeclipse 带有自动提示功能,但 eclipse 是没有自动提示功能的。需要自己手工加上:

1、打开项目中任意一个 *.hbm.xml 文件,看一下文件头,形如以下:

找到 /hibernate-mapping-3.0.dtd(视 hibernate 版本不同有所不同,作者使用的是 hibernate3.6.7)。

2、将项目中用到的 hibernate3.jar 解压缩,找到解压缩后的 org 文件下的 hibernate 文件下的 hibernate-mapping-3.0.dtd 文件。

3、eclipse -> Window -> Preferences -> Web and XML -> XML Catalog,选择 XML Catalog Entries 的 Add... 按钮,在弹出的 Add XML Catalog Entry 对话框里,Location 里选择第二步里得到的 hibernate-mapping-3.0.dtd,Key Type 选择 URI,Key 里输入第一步里得到的/hibernate-mapping-3.0.dtd

OK。

再打开 eclipse 中的 *.hbm.xml 文件,编辑时就可以像 myeclipse 中那样拥有自动提示功能了。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。