You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
What version of the MyBatis are you using?
3.1.1
It would be great if multiple resultSets could be mapped entirely with
annotations. Currently, we have to define each resultMap in XML and refer to
them in our annotations.
It would be simpler for our code generator tools if everything could be done
with Annotations (we only use stored procedures, so I think this is something
that could be possible for us).
Original issue reported on code.google.com by [email protected] on 28 Sep 2012 at 3:06