querydsl/querydsl-examples/querydsl-example-sql-guice
Ruben Dijkstra 18fd0ad71d Remove compiler warnings
SuppressWarnings moved to smaller scope
Generic array creations avoided
A lot of rawtypes warnings removed
Suppress more warnings in generated code - `all` is an Eclipse extension
2015-10-21 19:03:00 +02:00
..
src Remove compiler warnings 2015-10-21 19:03:00 +02:00
h2.h2.db Consolidate examples 2015-06-28 07:34:33 -04:00
pom.xml Bump version 2015-10-01 18:24:20 +03:00
README.md Consolidate examples 2015-06-28 07:34:33 -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.