@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テーブルは正常に生成されますが、テーブル名「Employee」を生成したいと思います。