Unified Queries for Java
Go to file
2011-08-15 09:45:07 +03:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt updated APT tests 2011-08-11 14:17:33 +03:00
querydsl-collections updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03:00
querydsl-core #824334 : added support for embeddable variables 2011-08-11 09:18:59 +03:00
querydsl-docs updated contents 2011-08-10 10:35:17 +03:00
querydsl-hibernate-search updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03:00
querydsl-jdo updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03:00
querydsl-jpa added flushMode also for Hibernate queries 2011-08-15 09:45:07 +03:00
querydsl-lucene updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03:00
querydsl-maven-plugin updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03:00
querydsl-mongodb updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03:00
querydsl-root updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03:00
querydsl-scala updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03:00
querydsl-sql updated version to 2.2.1.BUILD-SNAPSHOT 2011-08-10 11:08:50 +03: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