
ssi
文章平均质量分 52
chruan
这个作者很懒,什么都没留下…
展开
-
BaseDao
import javax.annotation.Resource; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.orm.ibatis.support.SqlMapClientDaoSupport; import com.ibatis.sqlm原创 2012-01-05 16:13:44 · 681 阅读 · 0 评论 -
spring事务问题:没有提交
spring事务问题:没有提交。全部都加 @Transactional(readOnly = false, propagation = Propagation.REQUIRED) 。 import java.util.List; import org.springframework.transaction.annotation.Propagation; import or转载 2012-01-06 16:37:27 · 3817 阅读 · 0 评论 -
was下struts2赋不了值 ognl.OgnlException: target is null for setProperty
was下struts2赋不了值,只因为action路径多了//。如ddps//site/index.shtml [12-2-16 14:31:50:300 CST] 0000005a OgnlValueStac W com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn Error setting value原创 2012-02-16 14:32:49 · 1547 阅读 · 0 评论 -
Struts,Spring,Hibernate面试题总结
http://blog.youkuaiyun.com/tender001/article/details/7706081 Hibernate工作原理及为什么要用? 原理: 读取并解析配置文件 读取并解析映射信息,创建SessionFactory 打开Sesssion 创建事务Transation 持久化操作 提交事务 关闭Session 关闭Sesstion转载 2012-10-29 17:15:29 · 605 阅读 · 0 评论