Unified Queries for Java
Go to file
2012-05-13 16:58:16 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt improved APT setup 2012-05-11 21:53:41 +03:00
querydsl-codegen findbugs fixes 2012-05-05 23:34:08 +03:00
querydsl-collections improved APT setup 2012-05-11 21:53:41 +03:00
querydsl-core improved APT setup 2012-05-11 21:53:41 +03:00
querydsl-docs made 2.5.0 release 2012-04-20 17:43:45 +03:00
querydsl-hibernate-search findbugs fixes 2012-05-05 23:34:08 +03:00
querydsl-jdo improved APT setup 2012-05-11 21:53:41 +03:00
querydsl-jpa #145 added additional test 2012-05-13 16:58:16 +03:00
querydsl-jpa-codegen findbugs fixes 2012-05-05 23:34:08 +03:00
querydsl-lucene improved APT setup 2012-05-11 21:53:41 +03:00
querydsl-maven-plugin #138 finished GenericExporterMojo 2012-05-05 16:43:42 +03:00
querydsl-mongodb improved APT setup 2012-05-11 21:53:41 +03:00
querydsl-root #137 added sql-codegen zip packaging 2012-05-04 22:50:44 +03:00
querydsl-scala #138 finished GenericExporterMojo 2012-05-05 16:43:42 +03:00
querydsl-sql #143 made extended UNION API available in JPA SQL and JDO SQL 2012-05-08 23:43:24 +03:00
querydsl-sql-codegen fixed oracle dependency of querydsl-sql-codegen 2012-05-06 22:40:49 +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/.