Unified Queries for Java
Go to file
2011-11-04 18:58:27 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #35 : added RelationalFunctionCall support 2011-11-04 18:57:55 +02:00
querydsl-collections #35 : added RelationalFunctionCall support 2011-11-04 18:57:55 +02:00
querydsl-core #35 : added RelationalFunctionCall support 2011-11-04 18:57:55 +02:00
querydsl-docs fixed docs 2011-10-18 19:30:30 +03:00
querydsl-hibernate-search reformatted code 2011-10-13 17:35:57 +03:00
querydsl-jdo #35 : added RelationalFunctionCall support 2011-11-04 18:57:55 +02:00
querydsl-jpa #35 : added RelationalFunctionCall support 2011-11-04 18:57:55 +02:00
querydsl-lucene reformatted code 2011-10-13 20:49:43 +03:00
querydsl-maven-plugin reformatted code 2011-10-13 20:49:43 +03:00
querydsl-mongodb reformatted code 2011-10-13 20:49:43 +03:00
querydsl-root #31 : fixed Path constructors in generated Q-types 2011-10-19 19:18:31 +03:00
querydsl-scala updated version to 2.2.3-SNAPSHOT 2011-09-27 15:52:04 +03:00
querydsl-sql removed postgres.run 2011-11-04 18:58:27 +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/.