Unified Queries for Java
Go to file
2012-10-13 15:07:23 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #247 furhter code generation improvements 2012-10-13 15:07:23 +03:00
querydsl-codegen #247 furhter code generation improvements 2012-10-13 15:07:23 +03:00
querydsl-collections #244 added sum and avg aggregating functions 2012-10-06 12:22:56 +03:00
querydsl-core #244 added sum and avg aggregating functions 2012-10-06 12:22:56 +03:00
querydsl-docs #238 added enum test 2012-09-29 12:24:15 +03:00
querydsl-hibernate-search bumped version 2012-09-29 13:14:47 +03:00
querydsl-jdo bumped version 2012-09-29 13:14:47 +03:00
querydsl-jpa #249 fixed Hibernate instance of handling 2012-10-12 22:28:40 +03:00
querydsl-jpa-codegen bumped version 2012-09-29 13:14:47 +03:00
querydsl-lucene bumped version 2012-09-29 13:14:47 +03:00
querydsl-maven-plugin removed ABstratMojoTest 2012-10-12 18:49:48 +03:00
querydsl-mongodb bumped version 2012-09-29 13:14:47 +03:00
querydsl-root bumped version 2012-09-29 13:14:47 +03:00
querydsl-scala bumped version 2012-09-29 13:14:47 +03:00
querydsl-sql Merge pull request #248 from scocci/master 2012-10-12 08:44:09 -07:00
querydsl-sql-codegen bumped version 2012-09-29 13:14:47 +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/.