解决org.hibernate.exception.SQLGrammarException:could not insert
程序员文章站
2023-01-14 08:04:31
org.hibernate.exception.SQLGrammarException:could not insert ......
今天在使用hibernate搭建项目时碰到了这个错误,找了好半天没能发现错误的原因,
上网求助了一下
发现出现这个bug的原因是因为数据表使用了数据库的关键字(保留字)
然后检查了一下,发现字段名称都不是关键字,那问题出现在哪呢?
再次检查发现是数据表的名字使用了数据库的关键字order
很小的一个错误因为粗心浪费了很多时间,
推荐阅读
-
Apache启动错误Permission denied: httpd: could not open error log file解决方法
-
会声会影X5出现“Error 1402. Could not open key”的解决办法
-
could not create the java virtual machine解决办法
-
解决IDEA快捷键 Alt+Insert 失效的问题
-
完美解决Could not load file or assembly AjaxPro.2 or one of its dependencies. 拒绝访问。 原创
-
安装Docker时错误提示 "could not change group /var/run/docker.sock to docker: group docker not found"的解决方案
-
解决logstash.outputs.elasticsearch[main] Could not index event to Elasticsearch status 404
-
解决org.hibernate.exception.SQLGrammarException:could not insert
-
详细解决:The application could not be iinstalled :INSTALL_FAILED_CONFLICTING_PROVIDER
-
MacOS下pyinstaller打包步骤及依赖库、OSError、Could not find the matplotlib data files问题解决