Unified Queries for Java
Go to file
Timo Westkämper 7ce2e5de59 Merge pull request #272 from beenokle/master
QueryDSL Collections failed to search by equality of Longs
2012-11-07 08:08:46 -08:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #264 improved handling of entity types that are also comparable 2012-11-06 15:34:12 +02:00
querydsl-codegen #264 improved handling of entity types that are also comparable 2012-11-06 15:34:12 +02:00
querydsl-collections Simple test for equals 2012-11-07 16:34:57 +04:00
querydsl-core #265 added Batoo JPA test stubs 2012-11-05 21:54:28 +02:00
querydsl-docs updated version to 2.8.2 2012-10-30 18:22:56 +02:00
querydsl-hibernate-search updated version 2012-10-30 18:26:14 +02:00
querydsl-jdo updated version 2012-10-30 18:26:14 +02:00
querydsl-jpa Merge pull request #270 from anthony-o/master 2012-11-06 09:20:33 -08:00
querydsl-jpa-codegen updated version 2012-10-30 18:26:14 +02:00
querydsl-lucene updated version 2012-10-30 18:26:14 +02:00
querydsl-maven-plugin updated version 2012-10-30 18:26:14 +02:00
querydsl-mongodb updated version 2012-10-30 18:26:14 +02:00
querydsl-root upgraded codegen version 2012-11-01 21:38:05 +02:00
querydsl-scala updated version 2012-10-30 18:26:14 +02:00
querydsl-sql updated version 2012-10-30 18:26:14 +02:00
querydsl-sql-codegen updated version 2012-10-30 18:26:14 +02:00
.gitignore #262 added DataNucleusTemplates 2012-10-31 19:10:56 +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/.