Unified Queries for Java
Go to file
2012-09-05 17:49:01 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #223 fixed generics issues 2012-09-04 16:49:28 +03:00
querydsl-codegen #223 fixed generics issues 2012-09-04 16:49:28 +03:00
querydsl-collections #224 fixed like->regex handling in collections module 2012-09-04 17:38:30 +03:00
querydsl-core #218 fixed class initialization in ClassPathUtils 2012-08-22 08:24:51 +03:00
querydsl-docs updated version to 2.7.2.BUILD-SNAPSHOT 2012-08-04 20:35:55 +03:00
querydsl-hibernate-search updated version to 2.7.2.BUILD-SNAPSHOT 2012-08-04 20:35:55 +03:00
querydsl-jdo #225 changed maven metadata to point to Sonatype parent 2012-09-05 17:49:01 +03:00
querydsl-jpa #225 changed maven metadata to point to Sonatype parent 2012-09-05 17:49:01 +03:00
querydsl-jpa-codegen #219 improved composite handling 2012-08-22 19:44:50 +03:00
querydsl-lucene updated version to 2.7.2.BUILD-SNAPSHOT 2012-08-04 20:35:55 +03:00
querydsl-maven-plugin #222 added m2e metadata 2012-09-03 18:14:47 +03:00
querydsl-mongodb #225 changed maven metadata to point to Sonatype parent 2012-09-05 17:49:01 +03:00
querydsl-root #225 changed maven metadata to point to Sonatype parent 2012-09-05 17:49:01 +03:00
querydsl-scala #216 improved generics handling for simple types in serialization 2012-08-19 21:30:16 +03:00
querydsl-sql #225 changed maven metadata to point to Sonatype parent 2012-09-05 17:49:01 +03:00
querydsl-sql-codegen #212 fixed NamingStrategy issues with trailing underscores 2012-08-13 11:12:07 +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/.