Tool to Execute JPQL Queries?

后端 未结 8 1472
我在风中等你
我在风中等你 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 17:45

    Until Eclipse Dali gets a generic JPQL editor you can use Hibernate Tools. Hibernate Tools works with Dali and provides a HQL/JPQL query editor which uses Hibernate to execute the queries.

    An alternative would be to use the JPA Query Tool [JQT], an Interactive JPA query editor and runner. It might be closer to what you're looking for (runs as a standalone application).

    alt text

    Update: I removed the tool suggested for NetBeans, the project is inactive and doesn't provide anything.

提交回复
热议问题