querydsl/querydsl-root
2011-11-08 13:03:13 +02:00
..
bin/main #31 : fixed Path constructors in generated Q-types 2011-10-19 19:18:31 +03:00
src/main 2010-11-08 09:03:02 +00:00
.project Added .project back again 2009-04-24 12:37:50 +00:00
dist.sh updated contents 2011-08-10 10:35:17 +03:00
docs.sh #608862 : upgraded slf4j dependency 2010-07-22 01:19:38 +00:00
LICENSE.txt updated license to LGPL v2.1 2008-10-16 11:43:36 +00:00
pom.xml fixed version and commons-lang usage in querydsl-scala 2011-11-08 13:03:13 +02:00
README.txt added readme and updated webpage 2011-02-04 14:23:31 +00:00

Querydsl is a framework for creating type-safe queries for Java. 

The source code of Querydsl is organized as a multi-module project with the following submodules :

* querydsl-apt - APT processor implementation
* querydsl-collections - Querydsl for Java Bean collections
* querydsl-core - Core model 
* querydsl-docs - Reference documentation
* querydsl-hibernate-search - Querydsl for Hibernate Search
* querydsl-jdo - Querydsl for JDO 
* querydsl-jpa - Querydsl for JPA/Hibernate
* querydsl-lucene - Querydsl for Lucene
* querydsl-maven-plugin - Querydsl Maven plugin for SQL
* querydsl-mongodb - Querydsl for MongoDB
* querydsl-scala - Querydsl for Scala
* querydsl-sql - Querydsl for SQL/JDBC