| Package | Description | 
|---|---|
| com.mysema.query.jdo.sql | |
| com.mysema.query.jpa.hibernate.sql | |
| 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 | 
| 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 | 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  | 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  | AbstractSQLQueryFactory<Q extends SQLCommonQuery<Q>,SQ extends AbstractSQLSubQuery<SQ>>AbstractSQLQueryFactory is the base class for  SQLCommonQueryFactoryimplementations | 
| interface  | SQLCommonQuery<Q extends SQLCommonQuery<Q>>SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery | 
| interface  | SQLCommonQueryFactory<Q extends SQLCommonQuery<?>,SQ extends AbstractSQLSubQuery<?>,D extends SQLDeleteClause,U extends SQLUpdateClause,I extends SQLInsertClause,M extends SQLMergeClause>Factory interface for query and clause creation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSQLQuery<Q extends AbstractSQLQuery<Q>>AbstractSQLQuery is the base type for SQL query implementations | 
| class  | AbstractSQLSubQuery<Q extends AbstractSQLSubQuery<Q>>Abstract superclass for SubQuery implementations | 
| class  | DetachableSQLQuery<Q extends DetachableSQLQuery<Q>>Abstract superclass for SubQuery 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 | 
| class  | SQLSubQuerySQLSubQuery is a subquery implementation for SQL queries | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLServerQuerySQLServerQuery provides SQL Server related extensions to SQLQuery | 
| class  | SQLServerSubQuery | 
| 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 | 
Copyright © 2007–2015 Querydsl. All rights reserved.