Escape reserved words in JPQL

若如初见. 提交于 2019-12-13 15:53:15

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!