Spring data JPA批量搜索不同ID的列表
我有一个名为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论