Spring data JPA批量搜索不同ID的列表

发布于 2025-01-12 00:02:30 字数 249 浏览 0 评论 0原文

我有一个名为 Query_details 的表,其中包含用户发布的查询列表。它还包含映射到 payment_details 表的 order_id。

问题:

我想从 Query_details 表中搜索并获取特定 id 的所有 order_ids,然后我必须获取所有这些单独 order_ids 的 payment_details。在 Spring Data JPA 中执行此操作的批量/有效方法是什么? spring data JPA中是否存在批量方式?

I have a table named Query_details which contains a list of queries posted by users. It also contains an order_id which is mapped to the payment_details table.

QUESTION:

I want to search and get all the order_ids for a particular id from the Query_details table and then I have to fetch the payment_details for all those individual order_ids. What is the bulk / efficient way to do this in spring data JPA? Is there a bulk way that exists in spring data JPA??

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文