Unified Queries for Java
Go to file
2012-05-08 23:04:52 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt made all fields in PathInits final 2012-05-06 21:01:58 +03:00
querydsl-codegen findbugs fixes 2012-05-05 23:34:08 +03:00
querydsl-collections findbugs fixes 2012-05-05 23:34:08 +03:00
querydsl-core #136 added Expression.as for general aliasing 2012-05-08 23:04:52 +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 findbugs fixes 2012-05-05 23:34:08 +03:00
querydsl-jpa #136 improved union handling 2012-05-08 22:55:20 +03:00
querydsl-jpa-codegen findbugs fixes 2012-05-05 23:34:08 +03:00
querydsl-lucene findbugs fixes 2012-05-05 23:34:08 +03:00
querydsl-maven-plugin #138 finished GenericExporterMojo 2012-05-05 16:43:42 +03:00
querydsl-mongodb removed findbugs jsr305 dependency, since it is also provided through guava 2012-04-23 19:45:22 +03:00
querydsl-root #137 added sql-codegen zip packaging 2012-05-04 22:50:44 +03:00
querydsl-scala #138 finished GenericExporterMojo 2012-05-05 16:43:42 +03:00
querydsl-sql #136 improved union handling 2012-05-08 22:55:20 +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/.