Spring 3.0 - @Transactional 运行时更改超时

发布于 2024-12-01 04:44:07 字数 242 浏览 1 评论 0原文

我们在我的项目中使用 Spring 3.0/Hibernate/Weblogic-websphere - Oracle。 对于事务管理,我们使用@Transactional注释。我有两个问题/疑虑,希望能得到你们的帮助。

1)是否可以根据条件在运行时更改事务的超时?

2)是否可以在配置xml中设置每个方法的超时但仍然使用@transactional注释?

请帮帮我!!

  • 莫罕

We are using Spring 3.0/Hibernate/Weblogic-websphere - Oracle in my project.
For transaction management, we are using @Transactional annotation. I have two Questions/concerns, which I hope to get some help from you guys.

1) Is it possible to change the Transaction's timeout during the runtime based on a condition?

2) Is it possible to set the timeout per method in a config xml but still use @transactional annotation?

Please help me out!!

  • Mohan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如梦亦如幻 2024-12-08 04:44:07

我不确定第一个问题,但第二个问题的答案是肯定的。

http://static .springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/transaction/annotation/Transactional.html

根据此文档@Transactional注解有超时参数:

I'm not sure about first question, but the answer for the second question is Yes.

http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/transaction/annotation/Transactional.html

According to this documentation @Transactional annotoation has timeout paramter:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文