Mybatis—typeAliases的默认别名
Posted 浅草汐丶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mybatis—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 |
map | Map |
以上是关于Mybatis—typeAliases的默认别名的主要内容,如果未能解决你的问题,请参考以下文章
mybatis学习之路别名(typeAliases)mapper接口加载映射文件
[mybatis]Configuration XML_typeAliases and Alias