Unified Queries for Java
Go to file
Timo Westkämper 9233f760f2 fixed docs
2011-10-18 19:29:25 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt worked on Embeddable issues 2011-10-14 10:11:47 +03:00
querydsl-collections reformatted code 2011-10-13 20:49:43 +03:00
querydsl-core improved CaseBuilder 2011-10-14 09:48:00 +03:00
querydsl-docs fixed docs 2011-10-18 19:29:25 +03:00
querydsl-hibernate-search reformatted code 2011-10-13 17:35:57 +03:00
querydsl-jdo reformatted code 2011-10-13 20:49:43 +03:00
querydsl-jpa #28 : added HibernateQuery.setComment 2011-10-14 09:00:08 +03:00
querydsl-lucene reformatted code 2011-10-13 20:49:43 +03:00
querydsl-maven-plugin reformatted code 2011-10-13 20:49:43 +03:00
querydsl-mongodb reformatted code 2011-10-13 20:49:43 +03:00
querydsl-root removed querydsl-root/bin 2011-10-14 10:58:02 +03:00
querydsl-scala updated version to 2.2.3-SNAPSHOT 2011-09-27 15:52:04 +03:00
querydsl-sql reformatted code 2011-10-13 20:49:43 +03:00
.gitignore simplified GroupExpression 2011-10-07 21:49:25 +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/.