读书人

数据库门类和对应的pojo类型

发布时间: 2012-09-25 09:55:58 作者: rapoo

数据库类型和对应的pojo类型

?

?

hbm.xml中的类型pojo类型sql字段类型

type="integer"

Integerint

type="long"

longBIGINT(20)

type="string"

StringVARCHAR(128)

type="boolean"

boolean?= false;BIT(1)

type="binary"

byte[]BLOB

type="double"

doubleDOUBLE

type="big_decimal"

BigDecimalDECIMAL(24,5)

?

?

读书人网 >其他数据库

热点推荐