Unified Queries for Java
Go to file
2011-11-16 13:53:55 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt fixed version and commons-lang usage in querydsl-scala 2011-11-08 13:03:13 +02:00
querydsl-collections added improvements to sub query uunion usage 2011-11-09 17:39:17 +02:00
querydsl-core #45 : updated docs 2011-11-15 22:48:47 +02:00
querydsl-docs #34 : fixed escaping of default variable naming 2011-10-28 22:46:24 +03:00
querydsl-hibernate-search fixed version and commons-lang usage in querydsl-scala 2011-11-08 13:03:13 +02:00
querydsl-jdo added improvements to sub query uunion usage 2011-11-09 17:39:17 +02:00
querydsl-jpa small improvements to scala module 2011-11-15 14:55:44 +02:00
querydsl-lucene fixed version and commons-lang usage in querydsl-scala 2011-11-08 13:03:13 +02:00
querydsl-maven-plugin fixed version and commons-lang usage in querydsl-scala 2011-11-08 13:03:13 +02:00
querydsl-mongodb fixed version and commons-lang usage in querydsl-scala 2011-11-08 13:03:13 +02:00
querydsl-root fixed version and commons-lang usage in querydsl-scala 2011-11-08 13:03:13 +02:00
querydsl-scala fixed annotation handling issue 2011-11-15 15:42:03 +02:00
querydsl-sql small improvement in projection handling 2011-11-16 13:53:55 +02:00
.gitignore #31 : fixed Path constructors in generated Q-types 2011-10-19 19:18:31 +03:00
README.md Edited README.md via GitHub 2011-08-31 14:30:28 +03: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.

Issue tracking is hosted on Launchpad https://bugs.launchpad.net/querydsl.

For more information visit the project homepage at http://www.querydsl.com/.