笔记:MyBatis XML配置-typeAliases 内建别名表
Posted 追寻自由的路途
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了笔记:MyBatis XML配置-typeAliases 内建别名表相关的知识,希望对你有一定的参考价值。
别名 | 映射的类型 |
_byte | byte |
_long | long |
_short | short |
_int | int |
_integer | int |
_double | double |
_float | float |
_boolean | boolean |
string | String |
byte | Byte |
long | Long |
short | Short |
int | Integer |
integer | Integer |
double | Double |
float | Float |
boolean | Boolean |
date | Date |
decimal | BigDecimal |
bigdecimal | BigDecimal |
object | Object |
map | Map |
hashmap | HashMap |
list | List |
arraylist | ArrayList |
collection | Collection |
iterator | Iterator |
?
以上是关于笔记:MyBatis XML配置-typeAliases 内建别名表的主要内容,如果未能解决你的问题,请参考以下文章
springboot打包启动时报mybatis的typeAlias类名找不到的错误
Mybatis(1核心配置文件PropertiesSettingstypeAliases...)
mybatis定义别名typealias和package的区别
MYBATIS03_全局配置文件environmentspropertiesmappertypeAliassettings标签详解
Mybatis -- Mybatis核心配置文件概述(配置文件层级关系environmentsmapperPropertiestypeAliases(别名))