querydsl/querydsl-examples/querydsl-example-jpa-guice
Timo Westkämper c1d1638b99 Bump version
2016-02-29 23:14:02 +02:00
..
src Consolidate examples for querydsl 3.x 2015-07-25 17:06:56 -04:00
pom.xml Bump version 2016-02-29 23:14:02 +02:00
README.md Consolidate examples for querydsl 3.x 2015-07-25 17:06:56 -04:00

Querydsl JPA Example

Querydsl JPA Example is an example project that demonstrates some best practices on how to use Querydsl JPA in repositories.

Querydsl combines the typesafety of a Criteria API with the syntax of JPQL into an attractive alternative.

Guice is used as the DI layer to complement the already available Spring + Querydsl tutorials and examples.