Unified Queries for Java
Go to file
2012-05-24 22:32:28 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #153 fixed annotation handling issues 2012-05-24 22:32:28 +03:00
querydsl-codegen findbugs fixes 2012-05-05 23:34:08 +03:00
querydsl-collections improved APT setup 2012-05-11 21:53:41 +03:00
querydsl-core removed commented code 2012-05-24 22:15:06 +03:00
querydsl-docs made 2.5.0 release 2012-04-20 17:43:45 +03:00
querydsl-hibernate-search findbugs fixes 2012-05-05 23:34:08 +03:00
querydsl-jdo improved APT setup 2012-05-11 21:53:41 +03:00
querydsl-jpa added JPA tests 2012-05-23 21:13:22 +03:00
querydsl-jpa-codegen findbugs fixes 2012-05-05 23:34:08 +03:00
querydsl-lucene #152 improved hashcode implementations of DSL Expression types 2012-05-24 22:13:16 +03:00
querydsl-maven-plugin changed targetFolder type in GenericExporterMojo 2012-05-23 21:17:22 +03:00
querydsl-mongodb #145 added DslExpression as common base type for scalar and non-scalar expressions 2012-05-13 19:34:48 +03:00
querydsl-root #137 added sql-codegen zip packaging 2012-05-04 22:50:44 +03:00
querydsl-scala #145 added DslExpression as common base type for scalar and non-scalar expressions 2012-05-13 19:34:48 +03:00
querydsl-sql #152 improved hashcode implementations of DSL Expression types 2012-05-24 22:13:16 +03:00
querydsl-sql-codegen fixed oracle dependency of querydsl-sql-codegen 2012-05-06 22:40:49 +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/.