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
Field Service+ for MS Dynamics 365 & Salesforce
Resco’s mobile solution streamlines your field service operations with offline work, fast data sync, and powerful tools for frontline workers, all natively integrated into Dynamics 365 and Salesforce.
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)