Unified Queries for Java
Go to file
2013-03-27 17:32:01 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #374 Add morphia version of querydsl-apt packaging 2013-03-27 17:32:01 +02:00
querydsl-codegen Replace project.parent.version with project.version 2013-03-22 18:12:35 +02:00
querydsl-collections Add more static variables 2013-03-24 18:56:16 +02:00
querydsl-core #376 Fix params handling 2013-03-27 17:27:59 +02:00
querydsl-docs #374 Move MorphiaAnnotationProcessor to querydsl-apt 2013-03-26 23:15:50 +02:00
querydsl-hibernate-search Replace project.parent.version with project.version 2013-03-22 18:12:35 +02:00
querydsl-jdo #371 Improve operator handling for subqueries 2013-03-23 19:32:16 +02:00
querydsl-jpa #377 Fix initialization of JPQLTemplates classes 2013-03-27 16:54:59 +02:00
querydsl-jpa-codegen Replace project.parent.version with project.version 2013-03-22 18:12:35 +02:00
querydsl-lucene #375 Update code to match Lucene 3.6.2 2013-03-26 22:55:18 +02:00
querydsl-maven-plugin Replace project.parent.version with project.version 2013-03-22 18:12:35 +02:00
querydsl-mongodb Fix Mongodb test 2013-03-27 16:58:33 +02:00
querydsl-root Fix excludedGroups config for jenkins profile 2013-03-21 22:03:49 +02:00
querydsl-scala Replace project.parent.version with project.version 2013-03-22 18:12:35 +02:00
querydsl-sql #376 Fix params handling 2013-03-27 17:27:59 +02:00
querydsl-sql-codegen Hide utility class constructor 2013-03-23 20:22:43 +02:00
.gitignore #262 added DataNucleusTemplates 2012-10-31 19:10:56 +02:00
README.md Update README.md 2013-01-29 23:34:00 +02:00

Querydsl

Querydsl is a framework which enables the construction of type-safe SQL-like queries for multiple backends including JPA, JDO and SQL in Java.

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

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

cd querydsl-root
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.