spring 事務的propagation配置

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