Unified Queries for Java
Go to file
2012-04-11 22:26:44 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #106 worked on codegen refactoring 2012-04-06 13:21:41 +03:00
querydsl-codegen #106 began to refactor codegen logic to own modules 2012-04-04 22:33:57 +03:00
querydsl-collections #106 began to refactor codegen logic to own modules 2012-04-04 22:33:57 +03:00
querydsl-core #126 added instanceOfAny 2012-04-11 21:46:17 +03:00
querydsl-docs #106 updated docs 2012-04-11 22:26:44 +03:00
querydsl-hibernate-search #106 worked on codegen refactoring 2012-04-06 13:21:41 +03:00
querydsl-jdo #106 worked on codegen refactoring 2012-04-06 13:21:41 +03:00
querydsl-jpa #106 worked on codegen refactoring 2012-04-06 13:21:41 +03:00
querydsl-jpa-codegen #106 worked on codegen refactoring 2012-04-06 13:21:41 +03:00
querydsl-lucene #68 added support for primitives in NumberExpression 2012-03-13 21:35:08 +02:00
querydsl-maven-plugin #106 moving codegen logic 2012-04-05 23:11:23 +03:00
querydsl-mongodb #106 worked on codegen refactoring 2012-04-06 13:21:41 +03:00
querydsl-root #106 began to refactor codegen logic to own modules 2012-04-04 22:33:57 +03:00
querydsl-scala #106 moving codegen logic 2012-04-05 23:11:23 +03:00
querydsl-sql #106 updated docs 2012-04-11 22:26:44 +03:00
querydsl-sql-codegen #106 worked on codegen refactoring 2012-04-06 13:21:41 +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/.