spring aop中的propagation的7種配置的意思

1.前言。 在聲明式的事務處理中,要配置一個切面,即一組方法,如 <tx:advice id="txAdvice" transaction-manager="txManager"> <tx:attributes> <tx:method name="find*" read-only="true" propagation="NOT_SUPPORTED" /> </tx:attributes>
相關文章
相關標籤/搜索