Unified Queries for Java
Go to file
2012-09-20 20:58:05 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #231 fixed handling of recursive types in GenericExporter 2012-09-19 22:42:51 +03:00
querydsl-codegen #234 fixed handling of backref properties 2012-09-20 20:58:05 +03:00
querydsl-collections fixed templates and createList 2012-09-15 13:06:39 +03:00
querydsl-core Sonar fixes 2012-09-17 11:34:25 +03:00
querydsl-docs updated version to 2.7.3 2012-09-10 18:46:52 +03:00
querydsl-hibernate-search updated version 2012-09-10 19:26:52 +03:00
querydsl-jdo fixed templates and createList 2012-09-15 13:06:39 +03:00
querydsl-jpa #230 made JPAUpdateClause.set accept nulls 2012-09-17 23:55:20 +03:00
querydsl-jpa-codegen #234 fixed handling of backref properties 2012-09-20 20:58:05 +03:00
querydsl-lucene added sonar fixes 2012-09-12 12:05:39 +03:00
querydsl-maven-plugin updated version 2012-09-10 19:26:52 +03:00
querydsl-mongodb updated version 2012-09-10 19:26:52 +03:00
querydsl-root #216 fixed Char and Enumeration handling 2012-09-14 11:07:02 +03:00
querydsl-scala #216 fixed Char and Enumeration handling 2012-09-14 11:07:02 +03:00
querydsl-sql #230 made JPAUpdateClause.set accept nulls 2012-09-17 23:55:20 +03:00
querydsl-sql-codegen updated version 2012-09-10 19:26:52 +03:00
.gitignore removed log files 2012-03-01 20:06:42 +02:00
README.md removed Launchpad link 2011-12-09 15:22:42 +02: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.

For more information visit the project homepage at http://www.querydsl.com/.