hibernate配置文件的问题

[code="java"]











[/code]
就是那个type="xxxx"这个XXXX有那些类型,我现在想要一个很长的,要达到4000汉字以上的字段,应该配什么类型啊??
谢谢大家帮我看一下嘛

integer, long, short, float, double, character, byte, boolean, yes_no, true_false
string
date, time, timestamp
calendar, calendar_date
big_decimal, big_integer
locale, timezone, currency
class
binary
text
serializable
clob, blob
有这些类型,应该用text

我们都是用的text解决的

text 吧