querydsl/querydsl-examples/querydsl-example-sql-guice
Timo Westkämper f6e5f24475 Release 4.0.3
2015-08-01 23:22:01 +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 Release 4.0.3 2015-08-01 23:22:01 +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.