Unified Queries for Java
Go to file
2012-09-07 23:20:57 +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 moved repository and pluginRepository declarations to root pom 2012-09-07 23:20:57 +03:00
querydsl-jdo moved repository and pluginRepository declarations to root pom 2012-09-07 23:20:57 +03:00
querydsl-jpa moved repository and pluginRepository declarations to root pom 2012-09-07 23:20:57 +03:00
querydsl-jpa-codegen moved repository and pluginRepository declarations to root pom 2012-09-07 23:20:57 +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 moved repository and pluginRepository declarations to root pom 2012-09-07 23:20:57 +03:00
querydsl-root moved repository and pluginRepository declarations to root pom 2012-09-07 23:20:57 +03:00
querydsl-scala moved repository and pluginRepository declarations to root pom 2012-09-07 23:20:57 +03:00
querydsl-sql moved repository and pluginRepository declarations to root pom 2012-09-07 23:20:57 +03:00
querydsl-sql-codegen moved repository and pluginRepository declarations to root pom 2012-09-07 23:20:57 +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/.