Unified Queries for Java
Go to file
2012-12-11 23:51:21 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt replace Arrays.asList usage with ImmutableList.of/copyOf 2012-12-10 22:22:59 +02:00
querydsl-codegen replace Arrays.asList usage with ImmutableList.of/copyOf 2012-12-10 22:22:59 +02:00
querydsl-collections replace BooleanExpression with Predicate in tests 2012-12-11 23:51:21 +02:00
querydsl-core replace BooleanExpression with Predicate in tests 2012-12-11 23:51:21 +02:00
querydsl-docs #186 rename JDOQLQueryImpl to JDOQuery 2012-12-11 18:53:11 +02:00
querydsl-hibernate-search #304 removed assert usage 2012-12-02 14:15:58 +02:00
querydsl-jdo replace BooleanExpression with Predicate in tests 2012-12-11 23:51:21 +02:00
querydsl-jpa replace BooleanExpression with Predicate in tests 2012-12-11 23:51:21 +02:00
querydsl-jpa-codegen replace Arrays.asList usage with ImmutableList.of/copyOf 2012-12-10 22:22:59 +02:00
querydsl-lucene replace BooleanExpression with Predicate in tests 2012-12-11 23:51:21 +02:00
querydsl-maven-plugin formatted poms 2012-11-22 16:37:00 +02:00
querydsl-mongodb remove convenice methods from core expression types 2012-12-10 23:09:30 +02:00
querydsl-root replace Arrays.asList usage with ImmutableList.of/copyOf 2012-12-10 22:22:59 +02:00
querydsl-scala #186 rename ColQueryImpl to CollQuery and SQLQueryImpl to SQLQuery 2012-12-11 18:27:31 +02:00
querydsl-sql replace BooleanExpression with Predicate in tests 2012-12-11 23:51:21 +02:00
querydsl-sql-codegen #186 rename ColQueryImpl to CollQuery and SQLQueryImpl to SQLQuery 2012-12-11 18:27:31 +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/.