Spring声明式事务和AOP

发布于 2024-10-17 11:09:42 字数 290 浏览 1 评论 0原文

我们决定在我们的应用程序中使用 spring 进行声明式事务管理。我们使用 hibernate(独立而不是 spring 模板方法)作为持久层,但希望使用 spring 的功能来管理事务划分。

我正在浏览 Spring 参考资料来了解事务管理,因为它使用 AOP 来管理事物。我只得到了关于切入点及其表达式的基本想法,但对 Spring 的 AOP 没有完整或深入的理解。

我的问题是,为了使用 Spring 的事务管理,需要了解多少 AOP,因为我所理解的是事务中唯一重要的是切入点表达式。

任何帮助/建议将非常感激

we have decided to use spring for declaratively transcation management in our application.We are using hibernate (Independently not spring template approach) for the persistance layer but want to use spring's power to manage transcation demarcations.

I was going though Spring refrence material to get an idea about the Transcation management,since its using AOP for managing the things.I just get an basic ideas about the pointcuts and its expressions but not a complete or deep understanding of Spring's AOP.

My question is how much one need to know about the AOP in order to use spring's Transcation managment,since what i understood is the only thing matters in the transcations is the pointcut expression.

any help/suggestion will be much appriciated

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

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

发布评论

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

评论(1

凉城已无爱 2024-10-24 11:09:42

除了切入点之外,您不需要了解太多。 Spring 让一切变得相对容易。不需要深入的理解。他们使用 Spring AOP,而不是更强大、更复杂的 AspectJ。

You don't need to know that much beyond pointcuts. Spring makes it relatively easy for you. A deep understanding is not required. They use Spring AOP, not AspectJ, which is more powerful and complex.

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