hibernate 异常:could not execute statement
时间:2015-07-08 14:19:13
收藏:0
阅读:1092
错误信息:
JDBC exception on Hibernate data access: SQLException for SQL [n/a]; SQL state [72000];
error code [12899];
could not execute statement;
nested exception is org.hibernate.exception.GenericJDBCException: could not execute statement
今天出现这个问题的原因是我页面的checkbox组件的value值太长不能存储.
原文:http://www.cnblogs.com/zxgwork/p/4629885.html
评论(0)