Unified Queries for Java
Go to file
2011-08-05 14:10:40 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #819861 : fixed Processor to be JDK 7 compatible 2011-08-04 12:13:01 +00:00
querydsl-collections updated version to 2.2.0.BUILD-SNAPSHOT 2011-08-01 06:21:23 +00:00
querydsl-core 2011-08-04 12:30:30 +00:00
querydsl-docs #820093 : fixed docs 2011-08-03 05:45:38 +00:00
querydsl-hibernate-search updated version to 2.2.0.BUILD-SNAPSHOT 2011-08-01 06:21:23 +00:00
querydsl-jdo updated version to 2.2.0.BUILD-SNAPSHOT 2011-08-01 06:21:23 +00:00
querydsl-jpa #810835 : added support for tuples in WHERE part 2011-08-05 06:41:17 +00:00
querydsl-lucene updated version to 2.2.0.BUILD-SNAPSHOT 2011-08-01 06:21:23 +00:00
querydsl-maven-plugin updated version to 2.2.0.BUILD-SNAPSHOT 2011-08-01 06:21:23 +00:00
querydsl-mongodb 2011-08-04 13:59:20 +00:00
querydsl-root #812859 : improved handling of nested classes 2011-08-04 11:33:38 +00:00
querydsl-scala #820948 : added implicit conversion for enums 2011-08-05 05:51:14 +00:00
querydsl-sql updated version to 2.2.0.BUILD-SNAPSHOT 2011-08-01 06:21:23 +00:00
README.md removed listing of modules 2011-08-05 14:10:40 +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.

The source code of Querydsl is organized as a multi-module project with the following submodules :

For more information visit the project homepage

http://www.querydsl.com