JPA Console is an Eclipse plugin that allows the execution of JPA queries, both JPQL and Criteria.
Features
- Run JPQL queries
- Run Criteria queries
- Inspect the result as objects
- See the SQL generated by the JPA provider of your choice
Categories
Object-Relational Mapping (ORM)License
GNU General Public License version 2.0 (GPLv2)Follow JPA Console
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Hi Team, Its not working, tried with different setup, it always giving null pointer exception in eclipse. How to raise the ticket.? java.lang.NullPointerException at com.jpaconsole.engine.impl.query.BeanShellQueryExecutor.init(BeanShellQueryExecutor.java:48) at com.jpaconsole.engine.impl.query.QueryExcecutorBuilder.build(QueryExcecutorBuilder.java:22) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.jpaconsole.engine.query.QueryExecutorManager.getQueryExecutor(QueryExecutorManager.java:59) at com.jpaconsole.plugin.Activator.setQueryExecutor(Activator.java:114) at com.jpaconsole.plugin.progress.ConfigureJPAOperation.run(ConfigureJPAOperation.java:30) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)