mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-04 21:01:21 +08:00
8 lines
450 B
Markdown
8 lines
450 B
Markdown
## 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.
|