码迷,mamicode.com
首页 > 编程语言 > 详细

spring事务配置代码

时间:2014-09-16 10:34:50      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:io   sp   代码   on   c   ad   r   ui   spring   

1.隔离级别:

2.传播属性:

==================

<tx:method name="query*" propagation="NOT_SUPPORTED" read-only="true"/>
<tx:method name="find*" propagation="NOT_SUPPORTED" read-only="true"/>
<tx:method name="get*" propagation="NOT_SUPPORTED" read-only="true"/>
<tx:method name="calculate*" propagation="NOT_SUPPORTED" read-only="true"/>
<tx:method name="*NoTrans" propagation="NOT_SUPPORTED" read-only="true"/>
<tx:method name="*" propagation="REQUIRED"/>

===================

<tx:method name="query*" propagation="NOT_SUPPORTED" read-only="true"/>
<tx:method name="*" propagation="REQUIRED"/>

spring事务配置代码

标签:io   sp   代码   on   c   ad   r   ui   spring   

原文地址:http://www.cnblogs.com/gstsyyb/p/3974228.html

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