querydsl/querydsl-examples/querydsl-example-sql-guice
John Tims 0ac2e622ae Update naming convention for examples
Examples should use the naming convention `Querydsl example - *`
2015-06-28 16:10:48 -04:00
..
src Update sql guice example to use Querydsl 4 2015-06-28 15:49:29 -04:00
h2.h2.db Consolidate examples 2015-06-28 07:34:33 -04:00
pom.xml Update naming convention for examples 2015-06-28 16:10:48 -04: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.