Unified Queries for Java
Go to file
Timo Westkämper 5d43766f07 updated
2012-09-06 16:30:05 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt updated docs 2012-09-06 16:28:34 +03:00
querydsl-codegen #223 fixed generics issues 2012-09-04 16:49:28 +03:00
querydsl-collections updated docs 2012-09-06 16:28:34 +03:00
querydsl-core #218 fixed class initialization in ClassPathUtils 2012-08-22 08:24:51 +03:00
querydsl-docs updated 2012-09-06 16:30:05 +03:00
querydsl-hibernate-search updated docs 2012-09-06 16:28:34 +03:00
querydsl-jdo updated docs 2012-09-06 16:28:34 +03:00
querydsl-jpa updated docs 2012-09-06 16:28:34 +03:00
querydsl-jpa-codegen updated docs 2012-09-06 16:28:34 +03:00
querydsl-lucene updated docs 2012-09-06 16:28:34 +03:00
querydsl-maven-plugin #222 added m2e metadata 2012-09-03 18:14:47 +03:00
querydsl-mongodb updated docs 2012-09-06 16:28:34 +03:00
querydsl-root #225 changed maven metadata to point to Sonatype parent 2012-09-05 17:49:01 +03:00
querydsl-scala updated docs 2012-09-06 16:28:34 +03:00
querydsl-sql #225 changed maven metadata to point to Sonatype parent 2012-09-05 17:49:01 +03:00
querydsl-sql-codegen updated docs 2012-09-06 16:28:34 +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/.