Unified Queries for Java
Go to file
2012-06-29 16:46:43 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #180 added classified versions of querydsl-apt for apt service discovery 2012-06-29 16:16:33 +03:00
querydsl-codegen updated version to 2.7.0.BUILD-SNAPSHOT 2012-06-28 21:01:26 +03:00
querydsl-collections #183 added support for intermediate any() paths in projection 2012-06-29 14:55:09 +03:00
querydsl-core #183 added support for intermediate any() paths in projection 2012-06-29 14:55:09 +03:00
querydsl-docs updated version to 2.7.0 2012-06-28 21:00:14 +03:00
querydsl-hibernate-search updated version to 2.7.0.BUILD-SNAPSHOT 2012-06-28 21:01:26 +03:00
querydsl-jdo #180 added classified versions of querydsl-apt for apt service discovery 2012-06-29 16:16:33 +03:00
querydsl-jpa #185 added test for failing when then otherwise construct 2012-06-29 16:46:43 +03:00
querydsl-jpa-codegen updated version to 2.7.0.BUILD-SNAPSHOT 2012-06-28 21:01:26 +03:00
querydsl-lucene updated version to 2.7.0.BUILD-SNAPSHOT 2012-06-28 21:01:26 +03:00
querydsl-maven-plugin updated version to 2.7.0.BUILD-SNAPSHOT 2012-06-28 21:01:26 +03:00
querydsl-mongodb #180 added classified versions of querydsl-apt for apt service discovery 2012-06-29 16:16:33 +03:00
querydsl-root updated version to 2.7.0.BUILD-SNAPSHOT 2012-06-28 21:01:26 +03:00
querydsl-scala updated version to 2.7.0.BUILD-SNAPSHOT 2012-06-28 21:01:26 +03:00
querydsl-sql #184 improved collection any handling 2012-06-29 14:45:28 +03:00
querydsl-sql-codegen updated version to 2.7.0.BUILD-SNAPSHOT 2012-06-28 21:01:26 +03:00
.gitignore removed log files 2012-03-01 20:06:42 +02:00
README.md removed Launchpad link 2011-12-09 15:22:42 +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.

For more information visit the project homepage at http://www.querydsl.com/.