Unified Queries for Java
Go to file
2012-01-23 22:23:56 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #82 improved handling of ManyToOne relations 2012-01-23 22:23:56 +02:00
querydsl-collections fixed querydsl-collections tests 2011-12-16 17:06:49 +02:00
querydsl-core #79 added template method for creation validation 2012-01-14 20:47:01 +02:00
querydsl-docs updated to 2.3.0 2011-12-12 21:49:05 +02:00
querydsl-hibernate-search updated version 2011-12-14 21:38:23 +02:00
querydsl-jdo updated version 2011-12-14 21:38:23 +02:00
querydsl-jpa added OpenJPATemplates 2012-01-18 20:17:08 +02:00
querydsl-lucene updated version 2011-12-14 21:38:23 +02:00
querydsl-maven-plugin updated version 2011-12-14 21:38:23 +02:00
querydsl-mongodb #76 improved APT support 2012-01-12 17:24:18 +02:00
querydsl-root updated codegen dependency 2011-12-16 14:16:19 +02:00
querydsl-scala #70 : added untilities for FactoryExpression creation 2011-12-18 19:00:41 +02:00
querydsl-sql updated version 2011-12-14 21:38:23 +02:00
.gitignore removed querydsl-scala/.cache 2011-12-10 20:48:01 +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/.