MyBatis MapKey for nested collection
This issue is based on my post https://groups.google.com/forum/#!topic/mybatis-user/Enju_-c8SbQ
Currently @MapKey cant be used for nested collections in result map. The problem is that developers put @MapKey() in interface. I dont' know why they did this but it was wrong solution as it's clear that there can be more that one Map. The solution of this problem is very simple - move MapKey from interface to resultMap so it could be used in association,collections etc.
So I suggest to make this changes in MyBatis.
Any plans to release this?
Has this been implemented?
contribution welcome !!
I would love this feature as well. :)
has any one implement it ?
I want this too!
MyBatis really needed feature for mapping complex objects via annotations, especially maps. Live in 21st century and use XML? Seriously???
good feature, waiting it for a long time
It's sad it was never implemented, rest in peace. I spent a lot of time only to discover that this option simply didn't exist.
good feature, waiting it for a long time