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

This commit is contained in:
Timo Westkämper 2013-01-31 17:47:33 +02:00
commit aeab1fc576

View File

@ -8,12 +8,12 @@ Instead of writing queries as inline strings or externalizing them into XML file
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
* [Querying JPA](http://www.querydsl.com/static/querydsl/latest/reference/html/ch02.html#jpa_integration)
* [Querying SQL](http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s03.html)
* [Querying JDO](http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s02.html)
* [Querying Mongodb](http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s06.html)
* [Querying Lucene](http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s04.html)
* [Querying Collections](http://www.querydsl.com/static/querydsl/latest/reference/html/ch02s07.html)
**Support**
@ -27,3 +27,9 @@ Querydsl provides releases via public Maven repositories, but you can build the
mvn -Pjenkins,all -DskipTests=true clean install
For more information visit the project homepage at http://www.querydsl.com/.
**How to contribute**
GitHub pull requests are the way to contribute to Querydsl.
If you are unsure about the details of a contribution, ask on the Querydsl Google Group or create a ticket on GitHub.