querydsl/querydsl-examples/querydsl-example-sql-guice
Timo Westkämper 9e4d7d2138 Bump version
2016-07-01 17:57:51 +03:00
..
src Consolidate examples for querydsl 3.x 2015-07-25 17:06:56 -04:00
h2.h2.db Consolidate examples for querydsl 3.x 2015-07-25 17:06:56 -04:00
pom.xml Bump version 2016-07-01 17:57:51 +03:00
README.md Consolidate examples for querydsl 3.x 2015-07-25 17:06:56 -04:00

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.