Unified Queries for Java
Go to file
2013-05-16 21:28:01 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #414 Fix primitive array handling 2013-05-16 21:28:01 +03:00
querydsl-codegen #414 Fix primitive array handling 2013-05-16 21:28:01 +03:00
querydsl-collections #417 Update test 2013-05-16 19:25:28 +03:00
querydsl-core #414 Fix primitive array handling 2013-05-16 21:28:01 +03:00
querydsl-docs #418 Fix typo 2013-05-16 12:09:45 +03:00
querydsl-hibernate-search #415 Move querydsl-lucene to querydsl-lucene4 2013-05-15 09:08:32 +03:00
querydsl-jdo Sync apt-maven-plugin version 2013-04-16 17:42:07 +03:00
querydsl-jpa Fix test 2013-05-09 23:29:32 +03:00
querydsl-jpa-codegen #403 Add date/time handling to HibernateDomainExporter 2013-05-10 16:36:14 +03:00
querydsl-lucene3 #415 Add querydsl-lucene3 contents 2013-05-15 09:08:10 +03:00
querydsl-lucene4 #414 Fix primitive array handling 2013-05-16 21:28:01 +03:00
querydsl-maven-plugin #402 Add required flags 2013-04-27 11:31:25 +03:00
querydsl-mongodb Sync apt-maven-plugin version 2013-04-16 17:42:07 +03:00
querydsl-root #415 Move querydsl-lucene to querydsl-lucene4 2013-05-15 09:08:32 +03:00
querydsl-scala Bump version 2013-04-16 13:26:42 +03:00
querydsl-sql #414 Fix primitive array handling 2013-05-16 21:28:01 +03:00
querydsl-sql-codegen #412 Fix code generation 2013-05-08 16:40:07 +03: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.