Construction of Object-Oriented Queries Towards Relational Data*
"...We have applied Querydsl to the articial playground project and to a realworld application, LeanCast. Querydsl has been easy to get running, and easy to write compact and readable queries in. Integration in an existing project has been as painless as it could be, and we have had almost no problems."
"...Where we had problems, they were resolved in manner of hours by the Querydsl developers, which both seem dedicated and got a company backing the development. The API is complete, making all queries we have tried to express possible. When we had a request for a simplifying addition to the API, it was willingly accepted. ..."
User Forum
"... PS: querydsl rocks! It's the best thing since sliced bread for data access in Java."
Launchpad
"... Using querydsl you keep the reference to your HibernateQuery object and you can apply as many joins, wheres etc as you can, in any order, so that you can get a totally mutable hql query without ugly string concatenation. "