Querydsl

Reference Documentation

Timo Westkämper

Samppa Saarela

0.4.4

Legal Notice

Copyright © 2007-2009 by Mysema Ltd. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU Lesser General Public License, as published by the Free Software Foundation.


Table of Contents

Preface
1. Introduction
1.1. Background
1.2. Principles
2. Getting started with Querydsl
2.1. Querying JDO sources
2.1.1. Maven integration
2.1.2. Using query types
2.1.3. Querying with JDOQL
2.2. Querying JPA/Hibernate sources
2.2.1. Maven integration
2.2.2. Using query types
2.2.3. Querying with HQL
2.3. Querying Collections
2.3.1. Make the Querydsl collections API available in your class
2.3.2. Use the simple API
2.3.3. Use the full API
2.3.4. Use the factory methods
2.3.5. Use the alias features
2.4. Querying SQL/JDBC sources
3. Alias usage