Mybatis 系统定义别名

别名 Java类型 是否支持数组
_byte byte y
_long long y
_short short y
_int int y
_integer int y
_double double y
_float float y
_boolean boolean y
string String y
byte Byte y
long Long y
short Short y
int Integer y
integer Integer y
double Double y
float Float y
boolean Boolean y
date Date y
decimal BigDecimal y
bigdecimal BigDecimal y
object Object y
map Map n
hashmap HashMap n
list List n
arraylist ArrayList n
collection Collection n
iterator Iterator n
ResultSet ResultSet

n

比如 _int数组的别名就是_int[]

猜你喜欢

转载自blog.csdn.net/github_38313789/article/details/81276205
今日推荐