Uses of Interface
com.querydsl.sql.SQLCommonQueryFactory
Packages that use SQLCommonQueryFactory
Package
Description
SQL/JDBC support
SQL Server support
MySQL support
Oracle support
PostgreSQL support
Teradata support
-
Uses of SQLCommonQueryFactory in com.querydsl.sql
Classes in com.querydsl.sql that implement SQLCommonQueryFactoryModifier and TypeClassDescriptionclassAbstractSQLQueryFactory<Q extends SQLCommonQuery<?>>AbstractSQLQueryFactoryis the base class forSQLCommonQueryFactoryimplementationsclassFactory class for query and DML clause creation -
Uses of SQLCommonQueryFactory in com.querydsl.sql.mssql
Classes in com.querydsl.sql.mssql that implement SQLCommonQueryFactoryModifier and TypeClassDescriptionclassSQL Server specific implementation of SQLQueryFactory -
Uses of SQLCommonQueryFactory in com.querydsl.sql.mysql
Classes in com.querydsl.sql.mysql that implement SQLCommonQueryFactoryModifier and TypeClassDescriptionclassMySQL specific implementation of SQLQueryFactory -
Uses of SQLCommonQueryFactory in com.querydsl.sql.oracle
Classes in com.querydsl.sql.oracle that implement SQLCommonQueryFactoryModifier and TypeClassDescriptionclassOracle specific implementation of SQLQueryFactory -
Uses of SQLCommonQueryFactory in com.querydsl.sql.postgresql
Classes in com.querydsl.sql.postgresql that implement SQLCommonQueryFactoryModifier and TypeClassDescriptionclassPostgreSQL specific implementation of SQLQueryFactory -
Uses of SQLCommonQueryFactory in com.querydsl.sql.teradata
Classes in com.querydsl.sql.teradata that implement SQLCommonQueryFactoryModifier and TypeClassDescriptionclassTeradata specific implementation of SQLQueryFactory