Unified Queries for Java
Go to file
2012-12-06 14:50:34 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #304 removed assert usage 2012-12-02 14:15:58 +02:00
querydsl-codegen #304 removed assert usage 2012-12-02 14:15:58 +02:00
querydsl-collections #304 optimized QueryMixin.addToProjection 2012-12-06 00:48:08 +02:00
querydsl-core #304 improved SQL query and join flags serialization 2012-12-06 14:50:34 +02:00
querydsl-docs updated mongodb docs 2012-11-28 17:31:35 +02:00
querydsl-hibernate-search #304 removed assert usage 2012-12-02 14:15:58 +02:00
querydsl-jdo #304 optimized QueryMixin.addToProjection 2012-12-06 00:48:08 +02:00
querydsl-jpa #304 optimized QueryMixin.addToProjection 2012-12-06 00:48:08 +02:00
querydsl-jpa-codegen formatted poms 2012-11-22 16:37:00 +02:00
querydsl-lucene fixes due to changes in visiting behaviour 2012-12-05 09:52:59 +02:00
querydsl-maven-plugin formatted poms 2012-11-22 16:37:00 +02:00
querydsl-mongodb #304 optimized QueryMixin.addToProjection 2012-12-06 00:48:08 +02:00
querydsl-root #293 codegen dependency updated 2012-11-25 00:30:11 +02:00
querydsl-scala fixed scala tests 2012-11-22 23:41:36 +02:00
querydsl-sql #304 improved SQL query and join flags serialization 2012-12-06 14:50:34 +02:00
querydsl-sql-codegen improved table/column mapping 2012-12-03 21:33:18 +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/.