what kinds of 'resultType' as default alias in mybatis?

4.5k Views Asked by At

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.

1

There are 1 best solutions below

0
MohamedSanaulla On

Here are the type aliases you are looking for. Also it mentions how you can create your own type alias