How to test HQL queries?

后端 未结 7 501
深忆病人
深忆病人 2020-12-13 09:05

I\'m searching for a fast (really fast) way to test changes to hibernate queries. I have a huge application with thousands of different HQL queries (in XML files) and 100+ m

7条回答
  •  悲哀的现实
    2020-12-13 09:37

    You can use hibernate tools in eclipse to run queries. This will allow you to run HQL whenever you want to try something.

    If you're using IntelliJ, there is Hibero.

    There is a standalone editor from sun, but I haven't tried it.

提交回复
热议问题