28 lines
308 B
Properties
28 lines
308 B
Properties
#数据库类型转Java类型
|
|
tinyint=Integer
|
|
smallint=Integer
|
|
mediumint=Integer
|
|
int=Integer
|
|
integer=Integer
|
|
|
|
bigint=Long
|
|
|
|
float=Float
|
|
|
|
double=Double
|
|
|
|
decimal=BigDecimal
|
|
|
|
bit=Boolean
|
|
|
|
char=String
|
|
varchar=String
|
|
tinytext=String
|
|
text=String
|
|
mediumtext=String
|
|
longtext=String
|
|
|
|
date=Date
|
|
datetime=Date
|
|
Date=Date
|