Unified Queries for Java
Go to file
2013-02-15 12:09:15 +02:00
querydsl-ant-test added contents 2010-05-13 20:58:48 +00:00
querydsl-apt Implemented support for a user defined name of the default variable in query types using the @Config annotation 2013-02-11 13:55:10 +01:00
querydsl-codegen #340 Change MetaDataSerializer default variable serialization 2013-02-12 20:55:28 +02:00
querydsl-collections #342 Lazy initialization of DEFAULT instance 2013-02-14 21:54:59 +02:00
querydsl-core #345 Add random with seed support 2013-02-15 11:09:35 +02:00
querydsl-docs Update version to 3.0.0.BETA1 2013-01-13 12:28:29 +02:00
querydsl-hibernate-search Update version 2013-01-13 12:30:19 +02:00
querydsl-jdo #330 Add README.md for SQL 2013-01-29 23:15:32 +02:00
querydsl-jpa #343 Fix HibernateQueryTransformer usage 2013-02-14 22:07:46 +02:00
querydsl-jpa-codegen Update version 2013-01-13 12:30:19 +02:00
querydsl-lucene #330 Add README.md for Lucene 2013-01-29 23:19:12 +02:00
querydsl-maven-plugin #338 Add exportTables and exportViews options 2013-02-05 10:43:33 +02:00
querydsl-mongodb #330 Add README.md for SQL 2013-01-29 23:15:32 +02:00
querydsl-root Fix CUBRID repository entry 2013-01-15 16:47:40 +02:00
querydsl-scala #327 Fix FOR UPDATE handling in OracleTemplates 2013-01-18 13:06:31 +02:00
querydsl-sql #344 Update low end numeric mappings 2013-02-15 12:09:15 +02:00
querydsl-sql-codegen #344 Update low end numeric mappings 2013-02-15 12:09:15 +02:00
.gitignore #262 added DataNucleusTemplates 2012-10-31 19:10:56 +02:00
README.md Update README.md 2013-01-29 23:34:00 +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.

Getting started

Use these tutorials to get started

Support

Free support is provided in the Querydsl Google Group https://groups.google.com/forum/#!forum/querydsl

How to build

Querydsl provides releases via public Maven repositories, but you can build the sources also yourself like this

cd querydsl-root
mvn -Pjenkins,all -DskipTests=true clean install 

For more information visit the project homepage at http://www.querydsl.com/.

How to contribute

GitHub pull requests are the way to contribute to Querydsl.

If you are unsure about the details of a contribution, ask on the Querydsl Google Group or create a ticket on GitHub.