Hello, I am using OpenJPA with Derby in an astronomical opensource destkop application.
Now I need JPQL console in my application. It should allow: * execute JPQL queries and display results * show syntax error of JPQL queries * display results in an table or tree * export this result somehow There is plenty of tools like this for SQL, so I wonder if something like that exists for JPQL. And if nothing exist, should I create it as independent library? It can be very usefull for debuging. Regards, Jan Kotek www.kotek.net/opencoeli
