Merge branch 'master' of github.com:mysema/querydsl

This commit is contained in:
Timo Westkämper 2013-01-15 16:39:23 +02:00
commit 2d9db7725d

View File

@ -4,4 +4,11 @@ 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.
**How to build**
Querydsl provides releases via public Maven repositories, but you can build the sources also yourself like this
cd querydsl-root
mvn -Pjenkins,all -DskipTests=true clean install
For more information visit the project homepage at http://www.querydsl.com/.