Unified Queries for Java
Go to file
2012-11-14 21:46:39 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt improved APT / GenericExporter compatibility 2012-11-12 18:10:01 +02:00
querydsl-codegen improved APT / GenericExporter compatibility 2012-11-12 18:10:01 +02:00
querydsl-collections #276 added StoreClause.isEmpty() 2012-11-09 17:35:18 +02:00
querydsl-core worked on generics 2012-11-12 14:19:41 +02:00
querydsl-docs updated versions of apt-maven-plugin usage 2012-11-07 18:56:58 +02:00
querydsl-hibernate-search updated version 2012-10-30 18:26:14 +02:00
querydsl-jdo #278 improved groupBy/having serialization 2012-11-14 21:46:39 +02:00
querydsl-jpa removed pluginRepository entry for bundlor, since it is already contained in the jenkins profile 2012-11-12 14:21:45 +02:00
querydsl-jpa-codegen simplified generics handling in codegen module 2012-11-12 12:35:22 +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 made addClass2TypeMappings protected 2012-11-14 17:10:37 +02:00
querydsl-sql-codegen #273 improved type mapping for numbers 2012-11-09 18:25:49 +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/.