[img]http://dl.iteye.com/upload/attachment/276553/91709815-b57a-34e4-b813-0fca20e73a29.jpg[/img]
在.project 文件中添加
如下:
[img]http://dl.iteye.com/upload/attachment/276556/ae4bb40d-4d28-399b-a9fd-093499b5bc51.jpg[/img]
保存后,工程就变成了这样:
[img]http://dl.iteye.com/upload/attachment/276558/6158239f-8c1d-3bf0-93e3-cc6d927624c3.jpg[/img]
这下就可以使用具有hibernate属性的工程在myeclipse下的各种工具了,比如通过表创建hbm.xml文件
在.project 文件中添加
<nature>com.genuitec.eclipse.hibernate.hibernatenature</nature>
如下:
[img]http://dl.iteye.com/upload/attachment/276556/ae4bb40d-4d28-399b-a9fd-093499b5bc51.jpg[/img]
保存后,工程就变成了这样:
[img]http://dl.iteye.com/upload/attachment/276558/6158239f-8c1d-3bf0-93e3-cc6d927624c3.jpg[/img]
这下就可以使用具有hibernate属性的工程在myeclipse下的各种工具了,比如通过表创建hbm.xml文件