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
Simple, Secure Domain Registration
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
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)