最新回答 / Karl00
在eclipse中Help->EclipseMarketplace中直接搜索hibernate tools ,有两种选择,是因为版本号不同,百度一下eclipse在百度百科中查看一下版本,选择最近的安装即可,我的eclipse版本是Juno,我用的是hibernate tools(Indigo)就行。注意整个过程中保持网络通畅
2016-02-22
hibernate 5.0以上的可以参考官方引导或这个: http://linteng.wang/2015/10/27/hibernate5-0-2%E7%89%88%E6%9C%AC%E5%88%9B%E5%BB%BAsessionfactory%E6%96%B9%E6%B3%95/
如果出现什么MappingException,把 Student.hbm.xml 和 hibernate.cfg.xml 一同放在SRC目录下即可。
如果出现什么MappingException,把 Student.hbm.xml 和 hibernate.cfg.xml 一同放在SRC目录下即可。
2016-02-17
已采纳回答 / sugar邱
建好你自己的web工程之后,在工程点击右键-选择myeclipse-选择add hibernate capabilities,然后再弹出的界面中选择你已有的hibernate版本,根据提示继续下一步。
2016-02-11
老师,configure()后面要加个文件路径,不然只会去默认的地方找,如果找不到就报错,同学们要注意
2016-02-09
最新回答 / seven_0026
在Eclipse中安装Hibernate Tools?在Eclipse中,点击“Help”-"Eclipse Marketplace",搜索hibernate tools,在搜索结果中选择安装。<...图片...>
2016-02-03
添加了<property name="hibernate.current_session_context_class">thread</property>
getCurrentSession()还是报错
getCurrentSession()还是报错
2016-02-01