Unified Queries for Java
Go to file
jtsay362 681d56b7d1 Update documentation
1) Fix HibernateDomainExporter package
2) Add notes about lack of Scala support for HibernateDomainExporter.
3) Remove reference to com.mysema.query.scala.Conversions which no longer exists
2013-10-19 03:32:23 -07:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt Make Property copying safer #522 2013-10-17 23:17:22 +03:00
querydsl-codegen Make Property copying safer #522 2013-10-17 23:17:22 +03:00
querydsl-collections Bump version 2013-08-27 21:05:44 +03:00
querydsl-core Add left and right functions #519 2013-10-16 23:03:38 +03:00
querydsl-docs Update documentation 2013-10-19 03:32:23 -07:00
querydsl-hibernate-search Upgrade plugin dependencies 2013-09-17 21:55:21 +03:00
querydsl-jdo Improve CTE support for Oracle #486 2013-09-22 13:52:39 +03:00
querydsl-jpa Update test 2013-10-16 23:44:26 +03:00
querydsl-jpa-codegen Bump version 2013-08-27 21:05:44 +03:00
querydsl-lucene3 Add direct not-in template #516 2013-10-08 18:17:07 +04:00
querydsl-lucene4 Add direct not-in template #516 2013-10-08 18:17:07 +04:00
querydsl-maven-plugin Bump version 2013-08-27 21:05:44 +03:00
querydsl-mongodb Add direct not-in template #516 2013-10-08 18:17:07 +04:00
querydsl-root Update JVM settings 2013-09-18 11:54:38 +03:00
querydsl-scala Bump version 2013-08-27 21:05:44 +03:00
querydsl-sql Add left and right functions #519 2013-10-16 23:03:38 +03:00
querydsl-sql-codegen Remove TypeTest 2013-10-07 22:25:51 +03:00
.gitignore #262 added DataNucleusTemplates 2012-10-31 19:10:56 +02:00
README.md Update README.md 2013-09-03 09:57:21 +03: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.