报错:Hibernate

1.org.hibernate.exception.SQLGrammarException: could not execute statement(即不执行语句)

分析:提示不执行语句,证明你前面的配置都没有什么错误,但是你的持久化类的属性和数据库表的字段不对应。所以应该

1.查看数据库的编码是否对

2.查看数据库和持久化类的属性有没有写错

posted @ 2014-04-25 10:29  SeatonYexd  阅读(188)  评论(0编辑  收藏  举报