Unified Queries for Java
Go to file
2011-09-07 09:12:40 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt formatted code 2011-09-06 16:24:12 +03:00
querydsl-collections updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03:00
querydsl-core made Alias feature easier to customize 2011-09-07 09:12:40 +03:00
querydsl-docs updated contents 2011-08-10 10:35:17 +03:00
querydsl-hibernate-search updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03:00
querydsl-jdo #839353 : added com.mysema.query.QueryFactory as common interface for query factories 2011-09-05 12:00:29 +03:00
querydsl-jpa #839353 : added com.mysema.query.QueryFactory as common interface for query factories 2011-09-05 12:00:29 +03:00
querydsl-lucene updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03:00
querydsl-maven-plugin #842363 : made charset encoding of MetaDataExporter configurable 2011-09-06 09:26:37 +03:00
querydsl-mongodb #837934 : improved IN condition handling 2011-08-31 12:08:05 +03:00
querydsl-root added collections module 2011-08-29 13:58:20 +03:00
querydsl-scala updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03:00
querydsl-sql improved INSERT ... ON DUPLICATE KEY UPDATE support 2011-09-06 14:24:59 +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/.