Unified Queries for Java
Go to file
2011-11-05 19:07:01 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt fixed JDO tests; updated APT 2011-11-05 19:07:01 +02:00
querydsl-collections Merge branch 'master' of github.com:mysema/querydsl 2011-11-05 12:58:02 +02:00
querydsl-core Merge branch 'master' of github.com:mysema/querydsl 2011-11-05 12:58:02 +02:00
querydsl-docs #34 : fixed escaping of default variable naming 2011-10-28 22:46:24 +03:00
querydsl-hibernate-search updated version to 2.2.4.BUILD-SNAPSHOT 2011-10-28 23:17:23 +03:00
querydsl-jdo fixed JDO tests; updated APT 2011-11-05 19:07:01 +02:00
querydsl-jpa Merge branch 'master' of github.com:mysema/querydsl 2011-11-05 12:58:02 +02:00
querydsl-lucene updated version to 2.2.4.BUILD-SNAPSHOT 2011-10-28 23:17:23 +03:00
querydsl-maven-plugin updated version to 2.2.4.BUILD-SNAPSHOT 2011-10-28 23:17:23 +03:00
querydsl-mongodb updated version to 2.2.4.BUILD-SNAPSHOT 2011-10-28 23:17:23 +03:00
querydsl-root updated version to 2.2.4.BUILD-SNAPSHOT 2011-10-28 23:17:23 +03:00
querydsl-scala updated version to 2.2.4.BUILD-SNAPSHOT 2011-10-28 23:17:23 +03:00
querydsl-sql Merge branch 'master' of github.com:mysema/querydsl 2011-11-05 12:58:02 +02:00
.gitignore #31 : fixed Path constructors in generated Q-types 2011-10-19 19:18:31 +03:00
README.md Edited README.md via GitHub 2011-08-31 14:30:28 +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.

Issue tracking is hosted on Launchpad https://bugs.launchpad.net/querydsl.

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