Michael
Michael

Reputation: 33297

How can I test Hibernate HQL Queries?

SQL queries can be simulated very easy with almost every sql database viewer. Is there an equivalent to HQL queries? Is there a viewer where I can view the results of a HQL query or simulate it?

I have seen this Post: How to test HQL queries?, but it is from 2009 so there might be something new now?

Is there some plugin for Eclipse?

Upvotes: 1

Views: 6380

Answers (1)

Paolof76
Paolof76

Reputation: 909

If you're using Eclipse, I suggest Hibernate Tools 3.4.x

Here the link (simply drag "Install" on your already open Eclipse): http://marketplace.eclipse.org/content/hibernate-tools-0

Upvotes: 1

Related Questions