解决org.hibernate.exception.SQLGrammarException:could not insert
程序员文章站
2022-04-05 10:29:48
org.hibernate.exception.SQLGrammarException:could not insert ......
今天在使用hibernate搭建项目时碰到了这个错误,找了好半天没能发现错误的原因,
上网求助了一下
发现出现这个bug的原因是因为数据表使用了数据库的关键字(保留字)
然后检查了一下,发现字段名称都不是关键字,那问题出现在哪呢?
再次检查发现是数据表的名字使用了数据库的关键字order
很小的一个错误因为粗心浪费了很多时间,
推荐阅读
-
如何解决django配置settings时遇到Could not import settings 'conf.local
-
php insert id错误解决办法
-
解决MySQL安装重装时出现could not start the service mysql error:0问题的方法
-
Spring Boot报错:No session repository could be auto-configured, check your configuration的解决方法
-
解决Mono For Android不能编译问题:Could not create the Android package
-
解析Mybatis的insert方法返回数字-2147482646的解决
-
javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair 解决方法总结
-
Spring Boot报错:No session repository could be auto-configured, check your configuration的解决方法
-
解决Hibernate JPA中insert插入数据后自动执行select last_insert_id()
-
解决Mono For Android不能编译问题:Could not create the Android package