IBatis + Java:检索 HashMap
如何使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看这个问题:
如何在 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.