Ecilpse版本:Eclipse Luna 4.4.2
离线安装
1.进入 官网
2.选择对应自己Eclipse的版本
3.下载Artifacts中的Update site (including sources) bundle of all JBoss Core Tools.zip压缩包(一定要下载这个JBoss Core的,不要下载Hibernate那个版本),下载路径中最好不要出现中文
4.到Eclipse的菜单Help -> Install New Software…- > Work with中点击Add,在Archive中找到下载的压缩包
5.找到Hibernate Tools,并且取消Contact all update sites…这一项的勾选,开始安装
ps:如果出现类似 Cannot complete the install because one or more required items could not be found. 的错误,请返回第3步
验证安装环境是否正确
重启Eclipse,在菜单File->new->other,输入Hibernate可以找到,就说明成功啦
配置
1.建立配置文件cfg.xml
File->new->other,输入Hibernate,双击Hibernate Configuration->next->finish,按需进行修改
2.建立映射文件hbm.xml
右击持久化类->new->other,双击Hibernate XML Mapping file->next->finish,按需进行修改
(映射文件要与持久化类在同一个包内)