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 
 

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
 



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