Unified Queries for Java
Go to file
2011-12-10 18:11:19 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt moved common APT introspection functionality to TypeUtils 2011-12-07 20:33:48 +02:00
querydsl-collections updated version to 2.2.5.BUILD-SNAPSHOT 2011-11-19 17:25:46 +02:00
querydsl-core fixed String/Boolean delegate handling 2011-12-07 20:26:26 +02:00
querydsl-docs updated version to 2.2.5 2011-11-19 17:24:38 +02:00
querydsl-hibernate-search updated version to 2.2.5.BUILD-SNAPSHOT 2011-11-19 17:25:46 +02:00
querydsl-jdo added stubs for Union support in JDO SQL queries 2011-12-10 18:11:19 +02:00
querydsl-jpa #67 : added Union support for native queries 2011-12-10 18:00:48 +02:00
querydsl-lucene updated version to 2.2.5.BUILD-SNAPSHOT 2011-11-19 17:25:46 +02:00
querydsl-maven-plugin improvements to querydsl-maven-plugin 2011-12-02 18:15:59 +02:00
querydsl-mongodb #63 : simplified APT code 2011-12-06 22:30:28 +02:00
querydsl-root #54 : added first version of case class serializer 2011-11-23 22:17:52 +02:00
querydsl-scala #67 : added Union support for native queries 2011-12-10 18:00:48 +02:00
querydsl-sql #67 : added Union support for native queries 2011-12-10 18:00:48 +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/.