Unified Queries for Java
Go to file
2012-11-22 23:41:36 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt formatted poms 2012-11-22 16:37:00 +02:00
querydsl-codegen updated version 2012-11-19 22:46:43 +02:00
querydsl-collections updated version 2012-11-19 22:46:43 +02:00
querydsl-core formatted poms 2012-11-22 16:37:00 +02:00
querydsl-docs updated version to 2.9.0 2012-11-19 22:46:05 +02:00
querydsl-hibernate-search formatted poms 2012-11-22 16:37:00 +02:00
querydsl-jdo formatted poms 2012-11-22 16:37:00 +02:00
querydsl-jpa improved Batoo config 2012-11-22 16:33:49 +02:00
querydsl-jpa-codegen formatted poms 2012-11-22 16:37:00 +02:00
querydsl-lucene formatted poms 2012-11-22 16:37:00 +02:00
querydsl-maven-plugin formatted poms 2012-11-22 16:37:00 +02:00
querydsl-mongodb formatted poms 2012-11-22 16:37:00 +02:00
querydsl-root formatted poms 2012-11-22 16:37:00 +02:00
querydsl-scala fixed scala tests 2012-11-22 23:41:36 +02:00
querydsl-sql formatted poms 2012-11-22 16:37:00 +02:00
querydsl-sql-codegen formatted poms 2012-11-22 16:37:00 +02:00
.gitignore #262 added DataNucleusTemplates 2012-10-31 19:10:56 +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/.