Unified Queries for Java
Go to file
Timo Westkämper 3f94fbb977 fix test
2012-12-20 13:27:24 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #304 optimize Templates 2012-12-15 16:28:56 +02:00
querydsl-codegen fix test 2012-12-20 13:27:24 +02:00
querydsl-collections fix cloning behaviour 2012-12-20 11:37:55 +02:00
querydsl-core add optimization for expression extraction 2012-12-20 12:48:35 +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 #173 integrated Hamcrest matcher and comparator from querydsl-support 2012-12-20 11:05:46 +02:00
querydsl-jpa unify union usage 2012-12-17 22:28:22 +02:00
querydsl-jpa-codegen replace Arrays.asList usage with ImmutableList.of/copyOf 2012-12-10 22:22:59 +02:00
querydsl-lucene unify union usage 2012-12-17 22:28:22 +02:00
querydsl-maven-plugin formatted poms 2012-11-22 16:37:00 +02:00
querydsl-mongodb unify union usage 2012-12-17 22:28:22 +02:00
querydsl-root updated codegen version 2012-12-19 19:41:49 +02:00
querydsl-scala #313 added in method to PrimaryKey and ForeignKey 2012-12-17 20:29:30 +02:00
querydsl-sql add optimization for expression extraction 2012-12-20 12:48:35 +02:00
querydsl-sql-codegen add template.mf back 2012-12-17 00:26:47 +02:00
querydsl-support@b5248476d5 #173 integrated Hamcrest matcher and comparator from querydsl-support 2012-12-20 11:05:46 +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/.