Unified Queries for Java
Go to file
2011-11-30 21:08:19 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt updated version to 2.2.5.BUILD-SNAPSHOT 2011-11-19 17:25:46 +02:00
querydsl-collections updated version to 2.2.5.BUILD-SNAPSHOT 2011-11-19 17:25:46 +02:00
querydsl-core #58 : added ProjectionRole 2011-11-29 22:51:05 +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 #53 : updated SQL, JPA and JDO modules 2011-11-26 01:12:01 +02:00
querydsl-jpa updated 2011-11-27 22:26:06 +02:00
querydsl-lucene updated version to 2.2.5.BUILD-SNAPSHOT 2011-11-19 17:25:46 +02:00
querydsl-maven-plugin #42 : added AnnotationMapper 2011-11-20 23:25:36 +02:00
querydsl-mongodb updated version to 2.2.5.BUILD-SNAPSHOT 2011-11-19 17:25:46 +02:00
querydsl-root #54 : added first version of case class serializer 2011-11-23 22:17:52 +02:00
querydsl-scala #48 : manifests in BeathPath 2011-11-30 21:08:19 +02:00
querydsl-sql #48 : manifests in BeathPath 2011-11-30 21:08:19 +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/.