querydsl/querydsl-examples/querydsl-example-sql-guice
Timo Westkämper 32f5c66b70 Bump version
2015-08-02 00:17:25 +03:00
..
src Remove trailing spaces in examples 2015-06-28 17:04:50 -04:00
h2.h2.db Consolidate examples 2015-06-28 07:34:33 -04:00
pom.xml Bump version 2015-08-02 00:17:25 +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.