1

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?

Community
  • 1
  • 1
Michael
  • 32,527
  • 49
  • 210
  • 370

1 Answers1

1

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

Paolof76
  • 889
  • 1
  • 9
  • 23