mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
8 lines
383 B
Markdown
8 lines
383 B
Markdown
## Querydsl SQL Example
|
|
|
|
Querydsl SQL Example is an example project that demonstrates some best practices on how to use Querydsl SQL in repositories.
|
|
|
|
Compared to direct JDBC usage Querydsl SQL is typesafe, closer to SQL and abstracts over SQL dialect specific differences.
|
|
|
|
Guice is used as the DI layer to complement the already available Spring + Querydsl tutorials and examples.
|