Testing JPQL queries straight from Intellij
In my current project, most of the queries are written in Java Persistence Query Language (JPQL). As with any *QL (that eventually gets translated to SQL), it’s cumbersome to do the translation of the *QL to SQL and viceversa. This translation is gen...
horiaconstantin.hashnode.dev3 min read