mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-04 21:01:21 +08:00
| .. | ||
| src | ||
| h2.h2.db | ||
| pom.xml | ||
| README.md | ||
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.