Search code examples
javahashmapibatis

IBatis + Java: Retrieving 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


Solution

  • 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.