How do I test a JPQL query?
How do I test a JPQL query? Testing JPQL queries straight from Intellij Add a new data source to the project (View | Tool Windows | Database). Add “JavaEE Persistence” framework support to test-jpa (right click module | Add framework support…). Open the Persistence Window (View | Tool Windows | Persistence) How do I use […]