querydsl/querydsl-examples/querydsl-example-sql-guice
Timo Westkämper 8321eeab36 Querydsl 4.2.1
2018-03-20 19:04:55 +02:00
..
src Remove compiler warnings 2015-10-21 19:03:00 +02:00
h2.h2.db Merge remote-tracking branch 'source/master' into i797 2015-09-28 16:56:23 +02:00
pom.xml Querydsl 4.2.1 2018-03-20 19:04:55 +02: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.