| 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.jpa | Query implementations for HQL and JPAQL | 
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| com.mysema.query.support | Various support classes | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CollQuerySerializerCollQuerySerializer is a  Serializerimplementation for the Java language | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JDOQLSerializerJDOQLSerializer serializes Querydsl queries and expressions into JDOQL strings | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JPQLSerializerJPQLSerializer serializes Querydsl expressions into JPQL syntax. | 
| class  | NativeSQLSerializerNativeSQLSerializer extends the SQLSerializer class to extract referenced entity paths and change
 some serialization formats | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLSerializerSqlSerializer serializes Querydsl queries into SQL | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SerializerBase<S extends SerializerBase<S>>SerializerBase is a stub for Serializer implementations which serialize query metadata to Strings | 
Copyright © 2007–2015 Querydsl. All rights reserved.