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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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)