From 85bc31b1192b4cfafd69bbfdcec674511b49fd5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timo=20Westk=C3=A4mper?=
+ querydsl is a framework which enables the construction of statically typed SQL-like queries.
+ Instead of writing queries as inline strings or externalizing them into XML files they can be constructed via a
+ fluent API.
+
+ The benefits of using a fluent API in comparison to simple strings are
+
+
+
+ querydsl is based on various modules with different purposes. The modules are +
+ Read the Getting started guides of querydsl-hql + if HQL is your target language or querydsl-sql for SQL. +
+