Unified Queries for Java
Go to file
2011-09-26 15:54:00 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #855289 : fixed handling of generic entity type properties 2011-09-26 12:14:40 +03:00
querydsl-collections updated version to 2.2.2.BUILD-SNAPSHOT 2011-09-12 12:14:02 +03:00
querydsl-core Merge branch 'master' of github.com:mysema/querydsl 2011-09-26 12:14:56 +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 #855289 : fixed handling of generic entity type properties 2011-09-26 12:14:40 +03:00
querydsl-root updated codegen dependency 2011-09-26 13:42:54 +03:00
querydsl-scala updated version to 2.2.2.BUILD-SNAPSHOT 2011-09-12 12:14:02 +03:00
querydsl-sql #859598 : fixed UtilDateType 2011-09-26 15:54:00 +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/.