Unified Queries for Java
Go to file
2012-05-04 23:46:44 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt removed findbugs jsr305 dependency, since it is also provided through guava 2012-04-23 19:45:22 +03:00
querydsl-codegen #138 worked on GenericExporterMojo 2012-05-04 23:46:44 +03:00
querydsl-collections #128 added JodaTime support 2012-04-27 18:38:22 +03:00
querydsl-core removed findbugs jsr305 dependency, since it is also provided through guava 2012-04-23 19:45:22 +03:00
querydsl-docs made 2.5.0 release 2012-04-20 17:43:45 +03:00
querydsl-hibernate-search removed findbugs jsr305 dependency, since it is also provided through guava 2012-04-23 19:45:22 +03:00
querydsl-jdo #129 improved union support 2012-05-04 22:16:22 +03:00
querydsl-jpa #129 improved union support 2012-05-04 22:16:22 +03:00
querydsl-jpa-codegen removed findbugs jsr305 dependency, since it is also provided through guava 2012-04-23 19:45:22 +03:00
querydsl-lucene removed findbugs jsr305 dependency, since it is also provided through guava 2012-04-23 19:45:22 +03:00
querydsl-maven-plugin #138 worked on GenericExporterMojo 2012-05-04 23:46:44 +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 #135 improved Scala code generation configuration 2012-04-27 17:24:52 +03:00
querydsl-sql #140 fixed listResults projection usage 2012-05-04 22:26:54 +03:00
querydsl-sql-codegen removed findbugs jsr305 dependency, since it is also provided through guava 2012-04-23 19:45:22 +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/.