querydsl/querydsl-examples/querydsl-example-jpa-guice
Timo Westkämper 8321eeab36 Querydsl 4.2.1
2018-03-20 19:04:55 +02:00
..
src Add Hibernate 5 build 2016-01-04 22:13:00 +02:00
pom.xml Querydsl 4.2.1 2018-03-20 19:04:55 +02:00
README.md Consolidate examples 2015-06-28 07:34:33 -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.