milidou 2013-10-24
1、hibernate tools安装 Eclipse插件的安装和使用
1. 在线更新
打开eclipse工具,选择HELP---Install new software----输入网址,如我们这里要安装hibernate tools进行逆向工程的建立,输入http://download.jboss.org/jbosstools/updates/stable/ 选择hibernate tools----安装更新。
2. 手动安装
①通过网络下载好需要的插件,比如我们这里要安装的hibernate tools插件的网址为:
②(直接安装方法)解压文件后,将其中的plugins和features文件夹分别复制到eclipse安装路径(或当前使用时的存放路径)下的plugins和features文件夹内,重启eclipse.(一般不推荐使用这种方法)
③(扩展安装发放)解压文件后,在eclipse安装路径(或当前使用时的存放路径)下新建一个名为links的文件夹,在links下新建一个hibetnate.link文件和eclipse文件夹。将解压后得到的plugins和features文件夹放入eclipse文件夹内。新建的hibetnate.link文件的主要内容为:
Path=<F:/tkyky/eclipse/links/eclipse>
重启eclipse工具即可。
2 hibernate-tools逆向代码
hibernate-tools详细使用教程
使用hibernate-tool的版本是hibernatetools-Update-2010-09-08_14-25-39-H23
1.在eclipse下安装好hibernate-tool插件,新建一个hibernate.cxf.xml文件
2.写好数据库连接配置
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.最大的方框选择生成的文件类型,下面是生成entity
13.
14.下图生成的entity有注释是因为使用的模板不是hibernate-tools提供的,是自己修改的
hibernate生成注释模板下载:
hbmtemplates-201009201535.rar
hibernate生成中文注释乱码解决(eclipse设置为utf-8编码):
修改hibernate-tool的源码
hibernate-tools.jar
只要把hibernate-tool的hibernate-tools.jar文件替换成上面的jar包就ok了,目前只修改了oracle的中文注释乱码