交易的意义是什么?

发布于 2024-11-04 00:26:17 字数 76 浏览 2 评论 0 原文

我一直在阅读有关 "Java Transaction" 的内容,但我一直对它是什么感到困惑?有什么用处?

I've been reading about "Java Transaction" , and i've been confused about what's it? and what's useful in?

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

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

发布评论

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

评论(2

风启觞 2024-11-11 00:26:17

您可以通过谷歌搜索并找到如下页面: http://www.java-tips.org/java-ee-tips/enterprise-java-beans/introduction-to-the-java-transactio.html

但底线是:事务是一组必须全部成功或全部失败并被逆转(回滚)的操作。

明显的例子是银行业:如果您将钱从储蓄转至支票,则两次更新最好都发生,或者都不发生,否则会出现错误。

You can google around and find pages like this: http://www.java-tips.org/java-ee-tips/enterprise-java-beans/introduction-to-the-java-transactio.html

but the bottom line is: a transaction is a set of operations which must all succeed or all fail and be reversed (rolled back).

The obvious example is banking: if you transfer money from savings to checking, both updates had better occur, or neither, otherwise there will be an error.

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