Uses of Interface
com.mysema.query.sql.SQLCommonQuery

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 
 

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
 interface SQLCommonQuery<Q extends SQLCommonQuery<Q>>
          SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
 

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
           
 

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
 



Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.