querydsl/querydsl-examples/querydsl-example-sql-spring
Timo Westkämper f6e5f24475 Release 4.0.3
2015-08-01 23:22:01 +03:00
..
src Clean up formatting for checkstyle 2015-06-28 22:14:44 -04:00
pom.xml Release 4.0.3 2015-08-01 23:22:01 +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.