1. 程式人生 > >筆記:MyBatis XML配置-typeAliases 內建別名表

筆記:MyBatis XML配置-typeAliases 內建別名表

short batis big int arraylist spa myba bottom one

別名

映射的類型

_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 內建別名表