Jan Kotek wrote:
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.
I'm also interested for this kind of app. Right now, I'm using simple
class to test the queries and print the results on the console.
Regards,
Ognjen