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
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).