Unified Queries for Java
Go to file
2012-07-31 20:50:11 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt updated javadocs 2012-07-22 14:32:31 +03:00
querydsl-codegen updated javadocs 2012-07-22 14:32:31 +03:00
querydsl-collections improved cast suffix usage in serialization 2012-07-31 00:15:05 +03:00
querydsl-core #198 further performance improvements 2012-07-27 13:57:53 +03:00
querydsl-docs tagged 2012-07-17 20:41:45 +03:00
querydsl-hibernate-search updated javadocs 2012-07-22 14:32:31 +03:00
querydsl-jdo updated javadocs 2012-07-22 14:32:31 +03:00
querydsl-jpa #208 fixed NEGATE handling in OpenJPA 2012-07-31 20:50:11 +03:00
querydsl-jpa-codegen updated javadocs 2012-07-22 14:32:31 +03:00
querydsl-lucene updated javadocs 2012-07-22 14:32:31 +03:00
querydsl-maven-plugin updated javadocs 2012-07-22 14:32:31 +03:00
querydsl-mongodb updated javadocs 2012-07-22 14:32:31 +03:00
querydsl-root added support for Eclipse JDT compiler 2012-07-30 23:50:39 +03:00
querydsl-scala #203 raised element amount up to 20 2012-07-28 01:20:41 +03:00
querydsl-sql #204 improved primitive support in JavaTypeMapping 2012-07-30 23:11:22 +03:00
querydsl-sql-codegen updated javadocs 2012-07-22 14:32:31 +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/.