Unified Queries for Java
Go to file
2011-12-10 20:48:01 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt updated file headers 2011-12-10 20:47:16 +02:00
querydsl-collections updated file headers 2011-12-10 20:47:16 +02:00
querydsl-core #66: updated license to ASL 2.0 2011-12-10 20:29:48 +02:00
querydsl-docs #66: updated license to ASL 2.0 2011-12-10 20:29:48 +02:00
querydsl-hibernate-search #66: updated license to ASL 2.0 2011-12-10 20:29:48 +02:00
querydsl-jdo #66: updated license to ASL 2.0 2011-12-10 20:29:48 +02:00
querydsl-jpa #66: updated license to ASL 2.0 2011-12-10 20:29:48 +02:00
querydsl-lucene #66: updated license to ASL 2.0 2011-12-10 20:29:48 +02:00
querydsl-maven-plugin #66: updated license to ASL 2.0 2011-12-10 20:29:48 +02:00
querydsl-mongodb #66: updated license to ASL 2.0 2011-12-10 20:29:48 +02:00
querydsl-root #66: updated license to ASL 2.0 2011-12-10 20:29:48 +02:00
querydsl-scala removed querydsl-scala/.cache 2011-12-10 20:48:01 +02:00
querydsl-sql #66: updated license to ASL 2.0 2011-12-10 20:29:48 +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/.