HQLRunner
HQLRunner copied to clipboard
Simple Java Swing Program for running your HQL and SQL Queries.
This is a simple java swing application for running HQL and SQL queries for testing and preview.
How to use
- Copy the HQLRunner.java to your project folder.
- Make sure you have the hibernate artifacts are configured properly.
- update the main method with your session factory
- run the main method