Unified Queries for Java
Go to file
2013-08-21 21:39:58 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt Remove package-info 2013-08-09 18:48:06 +03:00
querydsl-codegen Fix primitive handling in code generation #472 2013-08-09 17:56:39 +03:00
querydsl-collections Use yearMonth via operation template #474 2013-08-15 20:28:59 +03:00
querydsl-core Use yearMonth via operation template #474 2013-08-15 20:28:59 +03:00
querydsl-docs Bump version 2013-07-29 19:42:11 +03:00
querydsl-hibernate-search Bump version 2013-07-29 19:44:17 +03:00
querydsl-jdo Use yearMonth via operation template #474 2013-08-15 20:28:59 +03:00
querydsl-jpa Fix tests 2013-08-19 21:49:20 +03:00
querydsl-jpa-codegen Bump version 2013-07-29 19:44:17 +03:00
querydsl-lucene3 Bump version 2013-07-29 19:44:17 +03:00
querydsl-lucene4 Bump version 2013-07-29 19:44:17 +03:00
querydsl-maven-plugin Bump version 2013-07-29 19:44:17 +03:00
querydsl-mongodb Reorder test methods 2013-08-01 21:40:44 +03:00
querydsl-root Format assembly.xml 2013-08-21 21:39:58 +03:00
querydsl-scala Bump version 2013-07-29 19:44:17 +03:00
querydsl-sql Add tests #475 2013-08-16 18:00:18 +03:00
querydsl-sql-codegen Improve logging 2013-08-17 00:20:56 +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.