本篇文章给大家分享的是有关transactionAttributes如何在Spring中使用,小编觉得挺实用的,因此分享给大家学习,希望大家阅读完这篇文章后可以有所收获,话不多说,跟着小编一起来看看吧。
具体方法如下:
<bean id="baseTransactionProxy" class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean" lazy-init="true" abstract="true"> <property name="transactionManager"> <ref bean="transactionManager" /> </property> <property name="transactionAttributes"> <props> <prop key="sav*">PROPAGATION_REQUIRED</prop> <prop key="update*">PROPAGATION_REQUIRED</prop> <prop key="delete*">PROPAGATION_REQUIRED</prop> <prop key="get*">PROPAGATION_REQUIRED,readOnly</prop> <prop key="find*">PROPAGATION_REQUIRED,readOnly</prop> </props> </property> </bean>
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
软考中级精品资料免费领
- 历年真题答案解析
- 备考技巧名师总结
- 高频考点精准押题
- 资料下载
- 历年真题
193.9 KB下载数265
191.63 KB下载数245
143.91 KB下载数1142
183.71 KB下载数642
644.84 KB下载数2755
相关文章
发现更多好内容猜你喜欢
AI推送时光机transactionAttributes如何在Spring中使用
后端开发2023-05-31
Redis如何在Spring中使用
后端开发2023-05-30
FactoryBean如何在Spring中使用
后端开发2023-05-31
Lombok如何在Spring Boot中使用
后端开发2023-06-14
如何在Spring Boot中使用MQTT
后端开发2024-04-02
JdbcTemplate如何在spring boot中使用
后端开发2023-05-31
filter如何在Spring Boot中使用
后端开发2023-05-31
Druid如何在Spring Boot中使用
后端开发2023-05-31
如何在spring boot中使用utf8mb4
后端开发2023-06-06
如何在Spring Boot中使用Webflux
后端开发2023-06-02
如何在Spring与Spring Boot项目中使用Dubbo
后端开发2023-05-30
RedisTemplate方法如何在spring中使用
后端开发2023-05-31
如何在Spring中使用@Transactional注解
后端开发2023-06-15
如何在Spring框架中使用NumPy?
后端开发2023-07-30
solr语法如何在spring中使用
后端开发2023-05-31
事务如何在Spring Boot 中使用
后端开发2023-05-31
@profile注解如何在spring中使用
后端开发2023-05-30
freemarker如何在Spring Boot项目中使用
后端开发2023-05-31
在Spring中如何使用动态代理?
后端开发2024-04-02
thymeleaf模板如何在spring boot中使用
后端开发2023-05-31
咦!没有更多了?去看看其它编程学习网 内容吧