问题
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
回答1:
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.
来源:https://stackoverflow.com/questions/3353526/ibatis-java-retrieving-hashmap