From 85bc31b1192b4cfafd69bbfdcec674511b49fd5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= Date: Fri, 15 Aug 2008 09:00:26 +0000 Subject: [PATCH] updated documentation --- querydsl-root/src/site/xdoc/index.xml | 46 +++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 querydsl-root/src/site/xdoc/index.xml diff --git a/querydsl-root/src/site/xdoc/index.xml b/querydsl-root/src/site/xdoc/index.xml new file mode 100644 index 000000000..93d1196c8 --- /dev/null +++ b/querydsl-root/src/site/xdoc/index.xml @@ -0,0 +1,46 @@ + + + Timo Westkämper + querydsl + + +
+

+ 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 +

    +
  • code completion in IDE
  • +
  • almost none syntactically invalid queries allowed
  • +
  • domain types and properties can be referenced safely
  • +
  • adopts better to refactoring changes in domain types
  • +
+

+
+ +
+

+ 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. +

+
+ + +
\ No newline at end of file