Unified Queries for Java
Go to file
2013-03-17 13:46:46 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #364 Improve Joda time handling 2013-03-16 20:48:37 +02:00
querydsl-codegen Update version to 3.0.0.BETA2-SNAPSHOT 2013-02-20 19:23:27 +02:00
querydsl-collections #353 Add exclusion of ExternalDB tests for default profile 2013-03-17 13:41:46 +02:00
querydsl-core #353 Add exclusion of ExternalDB tests for default profile 2013-03-17 13:41:46 +02:00
querydsl-docs Update version to 3.0.0.BETA2 2013-02-20 19:21:00 +02:00
querydsl-hibernate-search Update version to 3.0.0.BETA2-SNAPSHOT 2013-02-20 19:23:27 +02:00
querydsl-jdo Update version to 3.0.0.BETA2-SNAPSHOT 2013-02-20 19:23:27 +02:00
querydsl-jpa #353 Add exclusion of ExternalDB tests for default profile 2013-03-17 13:41:46 +02:00
querydsl-jpa-codegen Update version to 3.0.0.BETA2-SNAPSHOT 2013-02-20 19:23:27 +02:00
querydsl-lucene Update version to 3.0.0.BETA2-SNAPSHOT 2013-02-20 19:23:27 +02:00
querydsl-maven-plugin Update version to 3.0.0.BETA2-SNAPSHOT 2013-02-20 19:23:27 +02:00
querydsl-mongodb #353 Add exclusion of ExternalDB tests for default profile 2013-03-17 13:41:46 +02:00
querydsl-root #353 Add exclusion of ExternalDB tests for default profile 2013-03-17 13:41:46 +02:00
querydsl-scala Add missing methods to Scala expression types 2013-03-17 11:56:54 +02:00
querydsl-sql Exclude nulls first and nulls last tests for CUBRID 2013-03-17 13:46:46 +02:00
querydsl-sql-codegen Update version to 3.0.0.BETA2-SNAPSHOT 2013-02-20 19:23:27 +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.