Unified Queries for Java
Go to file
2012-04-03 22:15:00 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt fixed test 2012-04-03 20:36:51 +03:00
querydsl-collections #123 improved field/getter separation 2012-04-03 20:32:16 +03:00
querydsl-core #123 improved field/getter separation 2012-04-03 20:32:16 +03:00
querydsl-docs #112 added GroovyBeanSerializer 2012-03-11 14:16:39 +02:00
querydsl-hibernate-search #68 added support for primitives in NumberExpression 2012-03-13 21:35:08 +02:00
querydsl-jdo various small fixes 2012-03-19 18:49:55 +02:00
querydsl-jpa #120 positional parameters are now used 2012-03-29 21:44:09 +03:00
querydsl-lucene #68 added support for primitives in NumberExpression 2012-03-13 21:35:08 +02:00
querydsl-maven-plugin #68 added support for primitives in NumberExpression 2012-03-13 21:35:08 +02:00
querydsl-mongodb #113 first sketch of Querydsl mongodb join/ref support 2012-04-03 22:15:00 +03:00
querydsl-root #68 added support for primitives in NumberExpression 2012-03-13 21:35:08 +02:00
querydsl-scala various small fixes 2012-03-19 18:49:55 +02:00
querydsl-sql #118 fixed escaping escape 2012-03-23 22:35:36 +02: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/.