sql关键字冲突 check the manual that corresponds to your MySQL server version for the right syntax to use
关键字冲突首先要查看数据库列名是否为sql关键字
报错信息:
控制台报错:
Hibernate:
insert
into
fbms.movie
(name, classify, price, time, director, actor, describe, picture, id)
values
(?, ?, ?, ?, ?, ?, ?, ?, ?)
ERROR SqlExceptionHelper You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'describe, picture, id) values ('a', 'a', 'a', 'a', 'a', 'a', 'a', 'a', 12)' at line 1
ERROR ExceptionMapperStandardImpl HHH000346: Error during managed flush [org.hibernate.exception.SQLGrammarException: could not execute statement]