Unified Queries for Java
Go to file
2011-09-26 10:23:41 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt added tests 2011-09-19 12:40:20 +03:00
querydsl-collections updated version to 2.2.2.BUILD-SNAPSHOT 2011-09-12 12:14:02 +03:00
querydsl-core Support for transforming results into something else. 2011-09-21 10:47:08 +03:00
querydsl-docs updated docs 2011-09-12 16:15:15 +03:00
querydsl-hibernate-search updated version to 2.2.2.BUILD-SNAPSHOT 2011-09-12 12:14:02 +03:00
querydsl-jdo updated version to 2.2.2.BUILD-SNAPSHOT 2011-09-12 12:14:02 +03:00
querydsl-jpa updated version to 2.2.2.BUILD-SNAPSHOT 2011-09-12 12:14:02 +03:00
querydsl-lucene updated version to 2.2.2.BUILD-SNAPSHOT 2011-09-12 12:14:02 +03:00
querydsl-maven-plugin updated version to 2.2.2.BUILD-SNAPSHOT 2011-09-12 12:14:02 +03:00
querydsl-mongodb updated version to 2.2.2.BUILD-SNAPSHOT 2011-09-12 12:14:02 +03:00
querydsl-root #852574 : made codegen dependency OSGIable 2011-09-19 10:48:51 +03:00
querydsl-scala updated version to 2.2.2.BUILD-SNAPSHOT 2011-09-12 12:14:02 +03:00
querydsl-sql #856563 : improved joda time handling 2011-09-26 10:23:41 +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/.