问题
I want to write JPQL, which returns all my entities. The problem is that entity is called "Case", and this is a restricted word. Does JPQL has some escape characters? How to write this JPQL?
SELECT c from Case
Thanks in advance for help.
来源:https://stackoverflow.com/questions/33144550/escape-reserved-words-in-jpql