- 浏览: 4798 次
- 来自: ...
最近访客 更多访客>>
最新评论
-
xhcat1025:
问题不在这里,原因我写到我的另一博客了
http://maom ...
Hibernate 插入 MySQL LongText 异常 -
saysoc:
content类型不对吧,换个可以装大数据的类型
Hibernate 插入 MySQL LongText 异常 -
xhcat1025:
coolyi88 写道大哥...
我真想顶你几下呢..
加个I ...
Hibernate 插入 MySQL LongText 异常 -
coolyi88:
大哥...
我真想顶你几下呢..
加个ID字段就OK了...
...
Hibernate 插入 MySQL LongText 异常
文章列表
public static void main(String[] args) {
Session session = null;
Transaction tx = null;
List list = null;
Criteria criteria = null;
InfoTab infoTab = null;
try {
session = HibernateSessionFactor ...
- 2007-07-05 15:56
- 浏览 1747
- 评论(0)
一、异常如下:
14:30:50,484 ERROR JDBCExceptionReporter:72 - Data truncation: Data too long for column 'content' at row 1
org.hibernate.exception.GenericJDBCException: could not insert: [com.jh.xh.hibernate.pojo.InfoTab]
二、程序代码:
private String content;
public void setContent(String content) {
...