querydsl/querydsl-examples/querydsl-example-sql-guice
dependabot[bot] 6ec9ac920e
Bump junit from 4.12 to 4.13.2
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.2)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 07:48:54 +00:00
..
src Convert querydsl-example-sql-guice to use h2 memory db 2020-06-03 09:04:55 -06:00
pom.xml Bump junit from 4.12 to 4.13.2 2021-06-03 07:48:54 +00: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.