jpaquerytool for testing JPA queries
May 11, 08 by the programmerHave you ever wanted to test your JPA queries without recomiling and running your application everytime you make a change. Now there is a way for doing that.
There is an open source project called “jpaquerytool“. This is basically a application that allows you to browse your JPA persistance units and execute queries and make updates to the database using JPA query language.
This is the project description taken from the website:
JQT is a query editor for Java Persistence API. The project’s main mission is to create a JPA implementation independent tool that can be used to browse pertsistence unit entities and properties, edit and run queries in a user friendly editor, browse queries results, persist and remove objects using visual editors, and provide an extensible architecture to help JPA developers add more functions. JQT parses persistence units located in its classpath, creating a entity metadata using a simple plug-in architecture to support multiple JPA implementations. Current version has support to latest versions of Hibernate Entity Manager, TopLink Essentials and OpenJPA as JPA implementations.
This is the URL of the project. Check it out
https://jpaquerytool.dev.java.net/
