From dcefee2db5d1fbcb80b7b673daef62914276f6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= Date: Tue, 15 Jan 2013 22:41:23 +0200 Subject: [PATCH 1/2] Add tutorial links --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a001f5178..fb3e9b397 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,21 @@ Querydsl is a framework which enables the construction of type-safe SQL-like que Instead of writing queries as inline strings or externalizing them into XML files they are constructed via a fluent API. +** Getting started ** + +Use these tutorials to get started + +* JPA http://www.querydsl.com/static/querydsl/latest/reference/html/ch02.html#jpa_integration +* SQL http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s03.html +* JDO http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s02.html +* Mongodb http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s06.html +* Lucene http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s04.html +* Collections http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s07.html + +** Support ** + +Free support is provided in the Querydsl Google Group https://groups.google.com/forum/#!forum/querydsl + **How to build** Querydsl provides releases via public Maven repositories, but you can build the sources also yourself like this From adf865e30445546166a15f8ecfe582d64522a4e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= Date: Tue, 15 Jan 2013 22:41:52 +0200 Subject: [PATCH 2/2] Fix markup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb3e9b397..16410dc7b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Querydsl is a framework which enables the construction of type-safe SQL-like que Instead of writing queries as inline strings or externalizing them into XML files they are constructed via a fluent API. -** Getting started ** +**Getting started** Use these tutorials to get started @@ -15,7 +15,7 @@ Use these tutorials to get started * Lucene http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s04.html * Collections http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s07.html -** Support ** +**Support** Free support is provided in the Querydsl Google Group https://groups.google.com/forum/#!forum/querydsl