querydsl/querydsl-examples/querydsl-example-sql-guice
John Tims 655b9f65fc Set parent in example modules
and remove some unnecessary configuration in the  poms. Also, disable
checkstyle because it wants javadocs on all the public methods.
2015-06-28 22:14:23 -04: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 Set parent in example modules 2015-06-28 22:14:23 -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.