解决org.hibernate.exception.SQLGrammarException:could not insert
Posted 爱华顿g
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决org.hibernate.exception.SQLGrammarException:could not insert相关的知识,希望对你有一定的参考价值。
今天在使用hibernate搭建项目时碰到了这个错误,找了好半天没能发现错误的原因,
上网求助了一下
发现出现这个bug的原因是因为数据表使用了数据库的关键字(保留字)
然后检查了一下,发现字段名称都不是关键字,那问题出现在哪呢?
再次检查发现是数据表的名字使用了数据库的关键字order
很小的一个错误因为粗心浪费了很多时间,
以上是关于解决org.hibernate.exception.SQLGrammarException:could not insert的主要内容,如果未能解决你的问题,请参考以下文章
Hibernate - org.hibernate.exception.GenericJDBCException:无法打开连接
org.hibernate.exception.SQLGrammarException:无法插入
org.hibernate.exception.GenericJDBCException: could not execute statement
org.hibernate.exception.ConstraintViolationException:无法执行 JDBC 批量更新