Tool to Execute JPQL Queries?

后端 未结 8 1478
我在风中等你
我在风中等你 2020-12-23 17:00

Is there any sort of tool available which allows one to execute JPQL queries against a database \"directly\"? I would like to type JPQL queries directly into a window and e

8条回答
  •  失恋的感觉
    2020-12-23 18:01

    You might want to try Vestigo. It is a query tool & browser supporting both JDO (JDOQL) and JPA (JPQL) and can be used stand-alone or installed into your Eclipse IDE as a plug-in.

提交回复
热议问题