| Package | Description | 
|---|---|
| com.mysema.query | Contains basic Query elements | 
| com.mysema.query.collections | Implementations of Querydsl query interfaces for JavaBean collections | 
| com.mysema.query.group | |
| 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.jpa.hibernate | JPQL for Hibernate | 
| com.mysema.query.jpa.hibernate.sql | |
| com.mysema.query.jpa.impl | JPQL for JPA | 
| com.mysema.query.jpa.sql | |
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| com.mysema.query.sql.mssql | SQL Server support | 
| com.mysema.query.sql.mysql | MySQL support | 
| com.mysema.query.sql.oracle | Oracle support for Querydsl SQL | 
| com.mysema.query.sql.postgres | |
| com.mysema.query.sql.teradata | |
| com.mysema.query.support | Various support classes | 
| Modifier and Type | Method and Description | 
|---|---|
| T | ResultTransformer. transform(Projectable projectable) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCollQuery<Q extends AbstractCollQuery<Q>>AbstractCollQuery provides a base class for Collection query implementations. | 
| class  | CollQueryCollQuery is the default implementation of the  SimpleQueryinterface for collections | 
| Modifier and Type | Method and Description | 
|---|---|
| com.mysema.commons.lang.CloseableIterator<V> | GroupByIterate. transform(Projectable projectable) | 
| List<V> | GroupByList. transform(Projectable projectable) | 
| Map<K,V> | GroupByMap. transform(Projectable projectable) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | JDOQLQueryQuery interface for JDOQL queries | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractJDOQuery<Q extends AbstractJDOQuery<Q>>Abstract base class for custom implementations of the JDOCommonQuery interface. | 
| class  | JDOQueryJDOQuery is the default implementation of the JDOQLQuery interface | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JDOSQLQueryJDOSQLQuery is an SQLQuery implementation that uses JDO's SQL query functionality
 to execute queries | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | JPQLQueryQuery interface for JPQL queries | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JPAQueryBase<Q extends JPAQueryBase<Q>>JPAQueryBase is a base Query class for JPA queries | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHibernateQuery<Q extends AbstractHibernateQuery<Q>>Abstract base class for Hibernate API based implementations of the JPQL interface | 
| class  | HibernateQueryHibernateQuery is the default implementation of the JPQLQuery interface for Hibernate | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractHibernateSQLQuery<Q extends AbstractHibernateSQLQuery<Q>>AbstractHibernateSQLQuery is the base class for Hibernate Native SQL queries | 
| class  | HibernateSQLQueryHibernateSQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality
 to execute queries | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractJPAQuery<Q extends AbstractJPAQuery<Q>>Abstract base class for JPA API based implementations of the JPQLQuery interface | 
| class  | JPAQueryJPAQuery is the default implementation of the JPQLQuery interface for JPA | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractJPASQLQuery<Q extends AbstractJPASQLQuery<Q>>AbstractJPASQLQuery is the base class for JPA Native SQL queries | 
| class  | JPASQLQueryJPASQLQuery is an SQLQuery implementation that uses JPA Native SQL functionality
 to execute queries | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UnionImpl<Q extends Query & Projectable,RT>Default implementation of the Union interface | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSQLQuery<Q extends AbstractSQLQuery<Q>>AbstractSQLQuery is the base type for SQL query implementations | 
| class  | ProjectableSQLQuery<Q extends ProjectableSQLQuery<Q> & Query<Q>>ProjectableSQLQuery is the base type for SQL query implementations | 
| class  | SQLQuerySQLQuery is a JDBC based implementation of the  SQLCommonQueryinterface | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLServerQuerySQLServerQuery provides SQL Server related extensions to SQLQuery | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MySQLQueryMySQLQuery provides MySQL related extensions to SQLQuery | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OracleQueryOracleQuery provides Oracle specific extensions to the base SQL query type | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PostgresQueryPostgresQuery provides Postgres related extensions to SQLQuery | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TeradataQueryTeradataQuery provides Teradata related extensions to SQLQuery | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProjectableAdapter<P extends Projectable>ProjectableAdapter is an adapter implementation for the Projectable interface | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ProjectableAdapter<P extends Projectable>ProjectableAdapter is an adapter implementation for the Projectable interface | 
| class  | ProjectableQuery<Q extends ProjectableQuery<Q>>ProjectableQuery extends the  QueryBaseclass to provide default
 implementations of the methods of theProjectableinterface | 
| Constructor and Description | 
|---|
| SimpleProjectableAdapter(SimpleQuery<?> query,
                        Projectable projectable,
                        Expression<T> projection) | 
Copyright © 2007–2015 Querydsl. All rights reserved.