| Package | Description | 
|---|---|
| com.mysema.query.jdo | JDOQL support for Querydsl | 
| com.mysema.query.jpa | Query implementations for HQL and JPAQL | 
| com.mysema.query.jpa.hibernate | JPQL for Hibernate | 
| com.mysema.query.jpa.impl | JPQL for JPA | 
| 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  | JDOQueryFactoryFactory class for query and DML clause creation | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | JPQLQueryFactoryCommon interface for JPA related QueryFactory implementations | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HibernateQueryFactoryFactory class for query and DML clause creation | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JPAQueryFactoryFactory class for query and DML clause creation | 
| Modifier and Type | Interface and Description | 
|---|---|
| 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  | AbstractSQLQueryFactory<Q extends SQLCommonQuery<Q>,SQ extends AbstractSQLSubQuery<SQ>>AbstractSQLQueryFactory is the base class for  SQLCommonQueryFactoryimplementations | 
| class  | SQLQueryFactoryFactory class for query and DML clause creation | 
| class  | SQLQueryFactoryImplDeprecated.  | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SQLServerQueryFactorySQL Server specific implementation of SQLQueryFactory | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MySQLQueryFactoryMySQL specific implementation of SQLQueryFactory | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OracleQueryFactoryOracle specific implementation of SQLQueryFactory | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PostgresQueryFactoryPostgreSQL specific implementation of SQLQueryFactory | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TeradataQueryFactoryTeradata specific implementation of SQLQueryFactory | 
Copyright © 2007–2015 Querydsl. All rights reserved.