Querydsl provides a typesafe querying layer on top of JPA, JDO, JDBC and other backends. This blog post presents a simple tutorial on how to get started with querying in SQL using Querydsl. Querydsl for SQL provides a typesafe view of the relational schema and makes expressing database queries in Java as intuitive as possible. Getting started To get started with Querydsl for SQL using a Maven 2 ba