Unified Queries for Java
Go to file
Timo Westkämper 1615d4e46a tagged
2012-07-17 20:41:45 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt tagged 2012-07-17 20:41:45 +03:00
querydsl-codegen tagged 2012-07-17 20:41:45 +03:00
querydsl-collections tagged 2012-07-17 20:41:45 +03:00
querydsl-core tagged 2012-07-17 20:41:45 +03:00
querydsl-docs tagged 2012-07-17 20:41:45 +03:00
querydsl-hibernate-search tagged 2012-07-17 20:41:45 +03:00
querydsl-jdo tagged 2012-07-17 20:41:45 +03:00
querydsl-jpa tagged 2012-07-17 20:41:45 +03:00
querydsl-jpa-codegen tagged 2012-07-17 20:41:45 +03:00
querydsl-lucene tagged 2012-07-17 20:41:45 +03:00
querydsl-maven-plugin tagged 2012-07-17 20:41:45 +03:00
querydsl-mongodb tagged 2012-07-17 20:41:45 +03:00
querydsl-root tagged 2012-07-17 20:41:45 +03:00
querydsl-scala tagged 2012-07-17 20:41:45 +03:00
querydsl-sql tagged 2012-07-17 20:41:45 +03:00
querydsl-sql-codegen tagged 2012-07-17 20:41:45 +03: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/.