|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLQueryFactory | |
---|---|
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 |
Uses of SQLQueryFactory in com.mysema.query.sql |
---|
Classes in com.mysema.query.sql that implement SQLQueryFactory | |
---|---|
class |
AbstractSQLQueryFactory<Q extends SQLCommonQuery<?>>
|
class |
SQLQueryFactoryImpl
Factory class for query and DML clause creation |
Uses of SQLQueryFactory in com.mysema.query.sql.mssql |
---|
Classes in com.mysema.query.sql.mssql that implement SQLQueryFactory | |
---|---|
class |
SQLServerQueryFactory
SQL Server specific implementation of SQLQueryFactory |
Uses of SQLQueryFactory in com.mysema.query.sql.mysql |
---|
Classes in com.mysema.query.sql.mysql that implement SQLQueryFactory | |
---|---|
class |
MySQLQueryFactory
MySQL specific implementation of SQLQueryFactory |
Uses of SQLQueryFactory in com.mysema.query.sql.oracle |
---|
Classes in com.mysema.query.sql.oracle that implement SQLQueryFactory | |
---|---|
class |
OracleQueryFactory
Oracle specific implementation of SQLQueryFactory |
Uses of SQLQueryFactory in com.mysema.query.sql.postgres |
---|
Classes in com.mysema.query.sql.postgres that implement SQLQueryFactory | |
---|---|
class |
PostgresQueryFactory
PostgreSQL specific implementation of SQLQueryFactory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |