为了账号安全,请及时绑定邮箱和手机立即绑定
要是能把之前的四个压缩包发一下就好了
这么多包,有点懵
感觉这样写 配置文件变的太臃肿了 , 在开发中 不可能这样写啊
我怎么没看到什么时候写的dao的类
希望老师也讲讲用注解的方式
偷懒用maven创建了工程 哈哈
因为spring在3.1之后的版本中把 AnnotationSessionFactoryBean与LocalSessionFactoryBean集成到了一起,统一用org\springframework\orm\hibernate4\LocalSessionFactoryBean。 不再有AnnotationSessionFactoryBean类; 但是org.springframework.orm-3.1.1.RELEASE.jar 依然保留有org\springframework\orm\hibernate3这个包,这是为了向下兼容。所以改成hibernate4即可!
用的hibernate4 为什么添加数据成功 但是为空?SQL也显示出来了 private SessionFactory sessionFactory; public void save(Product product){ Session session = this.getSessionFactory().openSession(); Transaction tx = session.beginTransaction(); session.save(product); tx.commit(); session.close(); }
Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.io.FileNotFoundException: class path resource [domain/Users.hbm.xml] cannot be opened because it does not exist这是哪里的错啊
HibernateDaoSupport是spring框架下spring-orm jar包下的一个类,hibernate框架是没有的.....
老师为什么这么牛逼啊这么多包跟玩一样
很细致 有用!
其实可以不继承HIbernateDaoSupport的 可以是HibernateTemplate
课程须知
学习本门课程前,需要对Struts2、Hibernate、Spring的基础知识有所了解,没学过的同学可以观看慕课网的《Struts2入门》、《Spring入门》和《Hibernate初探之单表映射》等课程。
老师告诉你能学到什么?
1、能够自己动手搭建SSH整合环境 2、学会Struts2+Hibernate+Spring三大框架如何整合

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消