码迷,mamicode.com
首页 > Web开发 > 详细

SSH中的Dao类继承HibernateDaoSupport后出现异常

时间:2017-06-06 10:47:03      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:required   方式   require   hiberna   name   spring   tor   ext   support   

异常:‘sessionFactory‘ or ‘hibernateTemplate‘ is required

原因:未注入hibernateTemplate,需要在spring的配置文件中明确指定bean以byName的方式匹配

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-4.0.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-4.0.xsd
"
default-autowire="byName" >

SSH中的Dao类继承HibernateDaoSupport后出现异常

标签:required   方式   require   hiberna   name   spring   tor   ext   support   

原文地址:http://www.cnblogs.com/lmq-1048498039/p/6949581.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!