I know that 'resultType' as default aliases use 'int', 'map', 'string', something else.
(
'int' : java.lang.Integer,
'map' : java.util.Map,
'string' : java.lang.String
...
????? <- what's that?
)
please let me know more default aliases. I really appreciate any help you can provide.
- references : http://www.mybatis.org/mybatis-3/sqlmap-xml.html
Here are the type aliases you are looking for. Also it mentions how you can create your own type alias