当我尝试使用@Table(" \" Employee \" ")
注释时,它会生成异常。有以下异常
Exception in thread "main" javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: 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 '" Employee " (name, salary) values ('Jimmy', 35000)' at line 1
不使用转义字符,员工表生成成功,但我想生成表名 "Employee" 。