Reputation: 13161
I am using Hibernate 3.6 with eclipse juno. Is there any plug in available for running HQL queries , just like we use SQL clients for native SQL queries?
We are not using .hbn.cfg but annotations and JPA's entityManager.
Upvotes: 1
Views: 1158
Reputation: 2026
Use the HQL Query Builder as a part of the Hibernate Tools from JBoss
Upvotes: 2