Unified Queries for Java
Go to file
2013-01-02 18:08:49 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt fix bundlor config 2013-01-02 18:08:49 +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 #316 improve collection any handling 2012-12-21 00:40:52 +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 comment sql logging out 2012-12-21 23:02:32 +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 #318 add support for Roo annotations 2013-01-02 15:18:48 +02:00
querydsl-scala #313 added in method to PrimaryKey and ForeignKey 2012-12-17 20:29:30 +02:00
querydsl-sql streamlined Configuration usage 2012-12-21 18:52:47 +02:00
querydsl-sql-codegen add template.mf back 2012-12-17 00:26:47 +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/.