querydsl/querydsl-examples/querydsl-example-sql-spring
Timo Westkämper 28f8f45524 Querydsl 4.1.3
2016-06-30 22:13:48 +03:00
..
src Get rid of capitalized test method names 2015-11-30 20:05:56 +02:00
pom.xml Querydsl 4.1.3 2016-06-30 22:13:48 +03:00
README.md Consolidate examples 2015-06-28 07:34:33 -04:00

Querydsl Customer DAO

Querydsl Customer DAO is an example project that demonstrates some best practices on how to use Querydsl SQL on the DAO level in Spring projects.

Compared to direct JDBC usage Querydsl SQL is typesafe, closer to SQL and abstracts over SQL dialect specific differences.

This example project presents a version of Querydsl SQL usage where no generated bean types are used, but external DTO types are populated from queries.