Unified Queries for Java
Go to file
2012-03-09 22:48:19 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #114 fixed get method handling 2012-03-09 22:48:19 +02:00
querydsl-collections #105 removed findbugs dependency 2012-03-01 20:05:50 +02:00
querydsl-core #114 fixed get method handling 2012-03-09 22:48:19 +02:00
querydsl-docs updated 2012-02-26 09:14:04 +02:00
querydsl-hibernate-search #105 removed findbugs dependency 2012-03-01 20:05:50 +02:00
querydsl-jdo #105 removed findbugs dependency 2012-03-01 20:05:50 +02:00
querydsl-jpa removed log files 2012-03-01 20:06:42 +02:00
querydsl-lucene #105 removed findbugs dependency 2012-03-01 20:05:50 +02:00
querydsl-maven-plugin updated version to 2.3.2.BUILD-SNAPSHOT 2012-02-19 20:00:42 +02:00
querydsl-mongodb #105 removed findbugs dependency 2012-03-01 20:05:50 +02:00
querydsl-root #105 removed findbugs dependency 2012-03-01 20:05:50 +02:00
querydsl-scala #105 removed findbugs dependency 2012-03-01 20:05:50 +02:00
querydsl-sql removed log files 2012-03-01 20:06:42 +02: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/.