sts,eclipse hibernate自动生成实体

一、eclipse安装hibernate tools

(1)HibernateTools下载地址:https://sourceforge.net/projects/jboss/files/JBossTools/JBossTools3.0.0.x/HibernateTools-3.2.4.Beta1-R200810311334.zip/download?use_mirror=netix&download=&failedmirror=jaist.dl.sourceforge.net

(2)解压

sts,eclipse hibernate自动生成实体_第1张图片

(3)在sts目录新建目录links,在该目录下新建文件hibernate.link,内容为:path=C:\gosuncn\工具\HibernateTools-3.2.4.Beta1-R200810311334

sts,eclipse hibernate自动生成实体_第2张图片

或者直接把解压文件夹放到

sts,eclipse hibernate自动生成实体_第3张图片

(4)重新启动Eclipse,在文件(file)-->新建(new)-->其它(other)中如果看到hibernate的配置项就证明已经安装成功,如下图:

    sts,eclipse hibernate自动生成实体_第4张图片

或者

http://download.jboss.org/jbosside/updates/stable/mars

sts,eclipse hibernate自动生成实体_第5张图片

sts,eclipse hibernate自动生成实体_第6张图片

二:安装Data Management

在sts的help ->install new software 界面中,add一个路径:
name写:Kepler
地址是:http://download.eclipse.org/release/kepler

在出来的内容中,选择:Database Development里面的两个,然后finish即可,装完重启。
sts,eclipse hibernate自动生成实体_第7张图片

三:创建数据库链接

(1)

sts,eclipse hibernate自动生成实体_第8张图片

 

 

sts,eclipse hibernate自动生成实体_第9张图片

 

sts,eclipse hibernate自动生成实体_第10张图片

sts,eclipse hibernate自动生成实体_第11张图片

sts,eclipse hibernate自动生成实体_第12张图片

sts,eclipse hibernate自动生成实体_第13张图片

四:配置hibernate链接

sts,eclipse hibernate自动生成实体_第14张图片

 

sts,eclipse hibernate自动生成实体_第15张图片

sts,eclipse hibernate自动生成实体_第16张图片

sts,eclipse hibernate自动生成实体_第17张图片

sts,eclipse hibernate自动生成实体_第18张图片

sts,eclipse hibernate自动生成实体_第19张图片

sts,eclipse hibernate自动生成实体_第20张图片

 

 

你可能感兴趣的:(Java编译工具设置)