hibernate-tools详细使用教程

hibernate-tools详细使用教程

使用hibernate-tool的版本是hibernatetools-Update-2010-09-08_14-25-39-H23

 

1.在eclipse下安装好hibernate-tool插件,新建一个hibernate.cxf.xml文件
hibernate-tools详细使用教程_第1张图片

 

2.写好数据库连接配置
hibernate-tools详细使用教程_第2张图片

 

3.
hibernate-tools详细使用教程_第3张图片

 

4.
hibernate-tools详细使用教程_第4张图片

 

5.
hibernate-tools详细使用教程_第5张图片

 

6.
hibernate-tools详细使用教程_第6张图片

 

7.
hibernate-tools详细使用教程_第7张图片

8.
hibernate-tools详细使用教程_第8张图片

 

9.
hibernate-tools详细使用教程_第9张图片

 

10.
hibernate-tools详细使用教程_第10张图片

 

11.
hibernate-tools详细使用教程_第11张图片

 

12.最大的方框选择生成的文件类型,下面是生成entity
hibernate-tools详细使用教程_第12张图片

 

13.
hibernate-tools详细使用教程_第13张图片

 

14.下图生成的entity有注释是因为使用的模板不是hibernate-tools提供的,是自己修改的
hibernate-tools详细使用教程_第14张图片

 

hibernate生成注释模板下载:

hbmtemplates-201009201535.rar

 

hibernate生成中文注释乱码解决(eclipse设置为utf-8编码):

修改hibernate-tool的源码

hibernate-tools.jar

只要把hibernate-tool的hibernate-tools.jar文件替换成上面的jar包就ok了,目前只修改了oracle的中文注释乱码

你可能感兴趣的:(eclipse,oracle,Hibernate,xml)