Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSQLQueryFactory<Q extends SQLCommonQuery<?>>
AbstractSQLQueryFactory is the base class for
SQLQueryFactory implementations |
class |
SQLQueryFactoryImpl
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 |
PostgresQueryFactory
PostgreSQL specific implementation of SQLQueryFactory
|
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.