IBatis + Java:检索 HashMap

发布于 2024-09-11 10:11:08 字数 86 浏览 3 评论 0原文

如何使用 IBatis 检索 HashMap。我有两个值的选择,我想将其映射到键值映射中。

有人遇到过同样的问题吗?

提前致谢

How can I retrieve a HashMap using IBatis. I have a select for two values, and I want to maps this in a key-value map.

Someone has faced the same problem?

Thanks in advance

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

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

发布评论

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

评论(1

孤君无依 2024-09-18 10:11:08

看这个问题:
如何在 iBatis 中获取排序结果?

那里的用户得到一个 HashMap 但需要一个列表,因此我在那里回答。

因此,您可以使用该问题描述中的示例来检索 HashMap,就像他所做的那样。

See this Question:
How to get a sorted result in iBatis?

The user there gets a HashMap but needs a list, hence my answer there.

So you can use the example in that Question description to retrieve a HashMap as he did.

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