欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

解决org.hibernate.exception.SQLGrammarException:could not insert

程序员文章站 2023-01-14 08:04:31
org.hibernate.exception.SQLGrammarException:could not insert ......

 

今天在使用hibernate搭建项目时碰到了这个错误,找了好半天没能发现错误的原因,

解决org.hibernate.exception.SQLGrammarException:could not insert

 

上网求助了一下

发现出现这个bug的原因是因为数据表使用了数据库的关键字(保留字)

然后检查了一下,发现字段名称都不是关键字,那问题出现在哪呢?

 

再次检查发现是数据表的名字使用了数据库的关键字order

解决org.hibernate.exception.SQLGrammarException:could not insert

 

很小的一个错误因为粗心浪费了很多时间,