使用 JPA 时 SQL 存储过程发生了什么?

发布于 2024-10-05 10:13:45 字数 38 浏览 4 评论 0原文

当我们使用JPA时SP发生了什么? JPA 会杀死存储过程吗?

What happened to SP when we use of JPA? Does JPA kill stored-procedures?

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

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

发布评论

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

评论(1

烂柯人 2024-10-12 10:13:45

JPA 没有/不会终止存储过程。您可以在您的应用程序中使用它们。说 JPA 杀死了存储过程几乎就像说 JPA 杀死了 SQL。对于应用程序的某些部分来说,简单、直接的原生 SQL 仍然是最佳选择。即使该应用程序主要使用 JPA。

JPA did not/will not kill stored procedures. You can use them both in your application. Saying that JPA killed stored procedures is almost like saying that JPA killed SQL. Plain-old-straight native SQL is still the best choice for some portions of your applications. Even if that application is mostly using JPA.

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