Make your HQL query faster and safer

Finally you can now use your real classes to construct queries and use the power of your IDE to maintain and validate your queries.

Project background

In my opinion the programmer is lazy and I was tired of maintaining queries that was a series of concatenated String. We asked the question, what would be the most effective way to make HQL queries. We are therefore come to the conclusion that if we could use the true classes and make true method call would be the best way to do it. That's what makes TorpedoQuery you will always use your real classes.