Tool to Execute JPQL Queries?

后端 未结 8 1501
我在风中等你
我在风中等你 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条回答
  •  猫巷女王i
    2020-12-23 17:54

    Did you check whether NetBeans, Eclipse or IntelliJ do what you want?

    Especially with the Hibernate Plugin for Eclipse, this should be possible (if you use Hibernate as your JPA Backend).

提交回复
热议问题