Unified Queries for Java
Go to file
2012-02-16 20:50:19 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #82 reverted fix 2012-02-13 20:48:55 +02:00
querydsl-collections updated version to 2.3.1.BUILD-SNAPSHOT 2012-02-07 22:15:15 +02:00
querydsl-core improved oracle and postgres tests 2012-02-15 23:42:26 +02:00
querydsl-docs updated version to 2.3.1 2012-02-07 22:14:27 +02:00
querydsl-hibernate-search updated version to 2.3.1.BUILD-SNAPSHOT 2012-02-07 22:15:15 +02:00
querydsl-jdo improved tests 2012-02-12 01:46:49 +02:00
querydsl-jpa updated 2012-02-13 20:49:17 +02:00
querydsl-lucene updated version to 2.3.1.BUILD-SNAPSHOT 2012-02-07 22:15:15 +02:00
querydsl-maven-plugin updated version to 2.3.1.BUILD-SNAPSHOT 2012-02-07 22:15:15 +02:00
querydsl-mongodb updated version to 2.3.1.BUILD-SNAPSHOT 2012-02-07 22:15:15 +02:00
querydsl-root removed querydsl-root/README.txt 2012-02-07 22:23:23 +02:00
querydsl-scala updated version to 2.3.1.BUILD-SNAPSHOT 2012-02-07 22:15:15 +02:00
querydsl-sql worked on oracle tests 2012-02-16 20:50:19 +02:00
.gitignore removed querydsl-scala/.cache 2011-12-10 20:48:01 +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/.