Unified Queries for Java
Go to file
2011-08-08 13:15:46 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt #820371 : improved handling of parametrized types 2011-08-08 10:02:58 +03:00
querydsl-collections updated version to 2.2.0.BUILD-SNAPSHOT 2011-08-01 06:21:23 +00:00
querydsl-core added StringOperation support 2011-08-05 15:14:59 +03:00
querydsl-docs #820093 : fixed docs 2011-08-03 05:45:38 +00:00
querydsl-hibernate-search updated version to 2.2.0.BUILD-SNAPSHOT 2011-08-01 06:21:23 +00:00
querydsl-jdo updated version to 2.2.0.BUILD-SNAPSHOT 2011-08-01 06:21:23 +00:00
querydsl-jpa #810835 : added support for tuples in WHERE part 2011-08-05 06:41:17 +00:00
querydsl-lucene updated version to 2.2.0.BUILD-SNAPSHOT 2011-08-01 06:21:23 +00:00
querydsl-maven-plugin updated version to 2.2.0.BUILD-SNAPSHOT 2011-08-01 06:21:23 +00:00
querydsl-mongodb added javadoc headers 2011-08-05 15:42:00 +03:00
querydsl-root Added more memory to test run 2011-08-08 13:15:46 +03:00
querydsl-scala #820948 : added implicit conversion for enums 2011-08-05 05:51:14 +00:00
querydsl-sql updated version to 2.2.0.BUILD-SNAPSHOT 2011-08-01 06:21:23 +00:00
README.md remove unnecessary line 2011-08-05 14:11:35 +03: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

http://www.querydsl.com