toplink « Test « JPA Q&A





1. Any tools for testing ad hoc JPQL queries outside of an application?    stackoverflow.com

I'm working on a project which uses JPA for persistence, and I'm trying to find the cleanest and most efficient means for testing JPQL queries. I am more accustomed to ...