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.
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.