摘要:
@Transactional(noRollbackFor=RuntimeException.class)方法事务说明@Transactional(RollbackFor=Exception.class)@Transactional(readOnly=true)@Transactional(timeo... 阅读全文
posted @ 2014-06-05 16:04
火腿骑士
阅读(3268)
评论(0)
推荐(0)
摘要:
[学习笔记]基于注解的spring3.0.x MVC学习笔记(九)摘要: 本章节,仅为@SessionAttributes的功能扩展介绍介绍,结合@requestparam注解进行简易无数据库分页。 之前介绍了@SessionAttributes的功能,他可以保存指定的值在modelnap中,不会因... 阅读全文
posted @ 2014-06-05 12:25
火腿骑士
阅读(220)
评论(0)
推荐(0)