Unified Queries for Java
Go to file
2012-10-22 09:07:41 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #251 fixed code generation 2012-10-22 09:07:41 +03:00
querydsl-codegen #251 fixed code generation 2012-10-22 09:07:41 +03:00
querydsl-collections #252 added test 2012-10-22 08:52:56 +03:00
querydsl-core #255 added better exceptions for joins 2012-10-22 08:08:12 +03:00
querydsl-docs updated docs version 2012-10-19 16:43:09 +03:00
querydsl-hibernate-search updated version to 2.8.1.BUILD-SNAPSHOT 2012-10-19 16:10:13 +03:00
querydsl-jdo updated version to 2.8.1.BUILD-SNAPSHOT 2012-10-19 16:10:13 +03:00
querydsl-jpa updated version to 2.8.1.BUILD-SNAPSHOT 2012-10-19 16:10:13 +03:00
querydsl-jpa-codegen updated version to 2.8.1.BUILD-SNAPSHOT 2012-10-19 16:10:13 +03:00
querydsl-lucene updated version to 2.8.1.BUILD-SNAPSHOT 2012-10-19 16:10:13 +03:00
querydsl-maven-plugin updated version to 2.8.1.BUILD-SNAPSHOT 2012-10-19 16:10:13 +03:00
querydsl-mongodb updated version to 2.8.1.BUILD-SNAPSHOT 2012-10-19 16:10:13 +03:00
querydsl-root #254 updated codegen version 2012-10-22 08:39:58 +03:00
querydsl-scala updated version to 2.8.1.BUILD-SNAPSHOT 2012-10-19 16:10:13 +03:00
querydsl-sql updated version to 2.8.1.BUILD-SNAPSHOT 2012-10-19 16:10:13 +03:00
querydsl-sql-codegen updated version to 2.8.1.BUILD-SNAPSHOT 2012-10-19 16:10:13 +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/.