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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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)