querydsl/querydsl-examples/querydsl-example-jpa-guice
Jan-Willem Gmelig Meyling f861bad4ec Fix dependency convergenge
2021-01-25 22:02:58 +01:00
..
src Removed Guava Collection occurrences 2020-12-23 23:38:21 +01:00
pom.xml Fix dependency convergenge 2021-01-25 22:02:58 +01: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.