| Package | Description | 
|---|---|
| com.mysema.query.collections | Implementations of Querydsl query interfaces for JavaBean collections | 
| com.mysema.query.jdo | JDOQL support for Querydsl | 
| com.mysema.query.jdo.sql | |
| com.mysema.query.jpa | Query implementations for HQL and JPAQL | 
| com.mysema.query.mongodb | |
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| com.mysema.query.support | Various support classes | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CollQueryMixin<T>CollQueryMixin extends  QueryMixinto provide normalization logic specific to this module | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JDOQueryMixin<T>JDOQueryMixin extends  QueryMixinto provide module specific extensions | 
| Modifier and Type | Field and Description | 
|---|---|
| protected QueryMixin<T> | AbstractSQLQuery. queryMixin | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JPAQueryMixin<T>JPAQueryMixin extends  QueryMixinto support JPQL join construction | 
| Constructor and Description | 
|---|
| AnyEmbeddedBuilder(QueryMixin<MongodbQuery<K>> queryMixin,
                  Path<? extends Collection<?>> collection) | 
| JoinBuilder(QueryMixin<MongodbQuery<K>> queryMixin,
           Path<?> ref,
           Path<T> target) | 
| Constructor and Description | 
|---|
| ProjectableSQLQuery(QueryMixin<Q> queryMixin,
                   Configuration configuration) | 
| WithBuilder(QueryMixin<R> queryMixin,
           Expression<?> alias) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected QueryMixin<Q> | QueryBase. queryMixin | 
| Constructor and Description | 
|---|
| DetachableMixin(QueryMixin<?> queryMixin) | 
| DetachableQuery(QueryMixin<Q> queryMixin) | 
| ProjectableQuery(QueryMixin<Q> queryMixin) | 
| QueryBase(QueryMixin<Q> queryMixin) | 
Copyright © 2007–2015 Querydsl. All rights reserved.