


Note that this feature is only available in the Ultimate Edition (paid).įor those that are in a rush, this is the minimal configuration needed to get the JPA console going. One way to do this is to configure the JPA console in IntelliJ IDEA. It would be great to be able to send JPQL queries directly to the DB. This translation is generally done when you’re creating a new query or trying to debug an existing query.

As with any *QL (that eventually gets translated to SQL), it’s cumbersome to do the translation of the *QL to SQL and vice-versa. In my current project, most of the queries are written in Java Persistence Query Language ( JPQL).
