Unified Queries for Java
Go to file
2012-10-06 12:22:56 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #242 improved SuppressWarnings for generic q-types 2012-10-05 09:34:29 +03:00
querydsl-codegen #242 improved SuppressWarnings for generic q-types 2012-10-05 09:34:29 +03:00
querydsl-collections #244 added sum and avg aggregating functions 2012-10-06 12:22:56 +03:00
querydsl-core #244 added sum and avg aggregating functions 2012-10-06 12:22:56 +03:00
querydsl-docs #238 added enum test 2012-09-29 12:24:15 +03:00
querydsl-hibernate-search bumped version 2012-09-29 13:14:47 +03:00
querydsl-jdo bumped version 2012-09-29 13:14:47 +03:00
querydsl-jpa excluded fetch tests from EclipseLink and OpenJPA 2012-09-29 19:51:40 +03:00
querydsl-jpa-codegen bumped version 2012-09-29 13:14:47 +03:00
querydsl-lucene bumped version 2012-09-29 13:14:47 +03:00
querydsl-maven-plugin #245 took test mode into account and missing buildContext 2012-10-06 12:04:46 +03:00
querydsl-mongodb bumped version 2012-09-29 13:14:47 +03:00
querydsl-root bumped version 2012-09-29 13:14:47 +03:00
querydsl-scala bumped version 2012-09-29 13:14:47 +03:00
querydsl-sql fixed nextval usage 2012-10-05 16:16:28 +03:00
querydsl-sql-codegen bumped version 2012-09-29 13:14:47 +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/.