Unified Queries for Java
Go to file
2012-06-17 12:15:44 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #170 fixed Querydsl Collections tests 2012-06-16 18:41:21 +03:00
querydsl-codegen simplified hashCode implementations 2012-05-27 21:53:50 +03:00
querydsl-collections #170 fixed Querydsl Collections tests 2012-06-16 18:41:21 +03:00
querydsl-core #169 fixed UNION and date/time handling for SQLite 2012-06-17 12:15:44 +03:00
querydsl-docs removed DDL sections from SQL docs 2012-05-30 20:21:05 +03:00
querydsl-hibernate-search updated version to 2.6.0.BUILD-SNAPSHOT 2012-05-25 16:48:10 +03:00
querydsl-jdo small changes to DefaultQueryMetadata 2012-05-28 21:58:15 +03:00
querydsl-jpa added JPA provider detection 2012-06-16 20:01:37 +03:00
querydsl-jpa-codegen #161 added composite key support 2012-06-02 18:13:13 +03:00
querydsl-lucene small changes to DefaultQueryMetadata 2012-05-28 21:58:15 +03:00
querydsl-maven-plugin updated version to 2.6.0.BUILD-SNAPSHOT 2012-05-25 16:48:10 +03:00
querydsl-mongodb #164 removed version number from mongodb in OSGI manifest 2012-06-07 22:11:23 +03:00
querydsl-root #170 fixed Querydsl Collections tests 2012-06-16 18:41:21 +03:00
querydsl-scala updated version to 2.6.0.BUILD-SNAPSHOT 2012-05-25 16:48:10 +03:00
querydsl-sql #169 fixed UNION and date/time handling for SQLite 2012-06-17 12:15:44 +03:00
querydsl-sql-codegen #162 fixed beanPackageName handling 2012-06-02 12:02:35 +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/.