Package | Description |
---|---|
com.querydsl.sql |
SQL/JDBC support
|
com.querydsl.sql.mssql |
SQL Server support
|
com.querydsl.sql.mysql |
MySQL support
|
com.querydsl.sql.oracle |
Oracle support
|
com.querydsl.sql.postgresql |
PostgreSQL support
|
com.querydsl.sql.teradata |
Teradata support
|
Modifier and Type | Class and Description |
---|---|
class |
SQLQueryFactory
Factory class for query and DML clause creation
|
Modifier and Type | Class and Description |
---|---|
class |
SQLServerQueryFactory
SQL Server specific implementation of SQLQueryFactory
|
Modifier and Type | Class and Description |
---|---|
class |
MySQLQueryFactory
MySQL specific implementation of SQLQueryFactory
|
Modifier and Type | Class and Description |
---|---|
class |
OracleQueryFactory
Oracle specific implementation of SQLQueryFactory
|
Modifier and Type | Class and Description |
---|---|
class |
PostgreSQLQueryFactory
PostgreSQL specific implementation of SQLQueryFactory
|
Modifier and Type | Class and Description |
---|---|
class |
TeradataQueryFactory
Teradata specific implementation of SQLQueryFactory
|
Copyright © 2007–2016 Querydsl. All rights reserved.