|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SQLCommonQuery | |
---|---|
com.mysema.query.jdo.sql | |
com.mysema.query.jpa.hibernate.sql | |
com.mysema.query.jpa.sql | |
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 SQLCommonQuery in com.mysema.query.jdo.sql |
---|
Classes in com.mysema.query.jdo.sql that implement SQLCommonQuery | |
---|---|
class |
JDOSQLQuery
JDOSQLQuery is an SQLQuery implementation that uses JDO's SQL query functionality to execute queries |
Uses of SQLCommonQuery in com.mysema.query.jpa.hibernate.sql |
---|
Classes in com.mysema.query.jpa.hibernate.sql that implement SQLCommonQuery | |
---|---|
class |
HibernateSQLQuery
HibernateSQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality to execute queries |
Uses of SQLCommonQuery in com.mysema.query.jpa.sql |
---|
Classes in com.mysema.query.jpa.sql that implement SQLCommonQuery | |
---|---|
class |
JPASQLQuery
JPASQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality to execute queries |
Uses of SQLCommonQuery in com.mysema.query.sql |
---|
Classes in com.mysema.query.sql with type parameters of type SQLCommonQuery | |
---|---|
class |
AbstractSQLQueryFactory<Q extends SQLCommonQuery<?>>
|
interface |
SQLCommonQuery<Q extends SQLCommonQuery<Q>>
SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery |
interface |
SQLQueryFactory<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 |
Subinterfaces of SQLCommonQuery in com.mysema.query.sql | |
---|---|
interface |
SQLQuery
Query interface for SQL queries |
Classes in com.mysema.query.sql that implement SQLCommonQuery | |
---|---|
class |
SQLQueryImpl
SQLQueryImpl is a JDBC based implementation of the Querydsl SQLQuery interface |
class |
SQLSubQuery
SQLSubQuery is a subquery implementation for SQL queries |
Uses of SQLCommonQuery in com.mysema.query.sql.mssql |
---|
Classes in com.mysema.query.sql.mssql that implement SQLCommonQuery | |
---|---|
class |
SQLServerQuery
SQLServerQuery provides SQL Server related extensions to SQLQuery |
Uses of SQLCommonQuery in com.mysema.query.sql.mysql |
---|
Classes in com.mysema.query.sql.mysql that implement SQLCommonQuery | |
---|---|
class |
MySQLQuery
MySQLQuery provides MySQL related extensions to SQLQuery |
Uses of SQLCommonQuery in com.mysema.query.sql.oracle |
---|
Classes in com.mysema.query.sql.oracle that implement SQLCommonQuery | |
---|---|
class |
OracleQuery
OracleQuery provides Oracle specific extensions to the base SQL query type |
Uses of SQLCommonQuery in com.mysema.query.sql.postgres |
---|
Classes in com.mysema.query.sql.postgres that implement SQLCommonQuery | |
---|---|
class |
PostgresQuery
PostgresQuery provides Postgres related extensions to SQLQuery |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |