Uses of Package
com.mysema.query.sql

Packages that use com.mysema.query.sql
com.mysema.query.jdo.sql   
com.mysema.query.jpa Query implementations for HQL and JPAQL 
com.mysema.query.jpa.hibernate.sql   
com.mysema.query.jpa.sql   
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.sql.ddl DDL operations support 
com.mysema.query.sql.dml DML operations support 
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 
 

Classes in com.mysema.query.sql used by com.mysema.query.jdo.sql
SQLCommonQuery
          SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
SQLTemplates
          SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL
 

Classes in com.mysema.query.sql used by com.mysema.query.jpa
SQLSerializer
          SqlSerializer serializes Querydsl queries into SQL
SQLTemplates
          SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL
 

Classes in com.mysema.query.sql used by com.mysema.query.jpa.hibernate.sql
SQLCommonQuery
          SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
SQLTemplates
          SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL
 

Classes in com.mysema.query.sql used by com.mysema.query.jpa.sql
SQLCommonQuery
          SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
SQLTemplates
          SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL
 

Classes in com.mysema.query.sql used by com.mysema.query.sql
AbstractSQLQuery
          AbstractSQLQuery is the base type for SQL query implementations
AbstractSQLQuery.UnionBuilder
           
AbstractSQLSubQuery
          Abstract superclass for SubQuery implementations
Beans
          Beans contains a list of beans
Configuration
          Configuration for SQLQuery instances
ForeignKey
          ForeignKey defines a foreign key on a table to another table
NamingStrategy
          NamingStrategy defines a conversion strategy from table to class and column to property names
PrimaryKey
          PrimaryKey defines a primary key on table
RelationalPath
          RelationalPath extends EntityPath to provide access to relational metadata
SQLCommonQuery
          SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
SQLQuery
          Query interface for SQL queries
SQLQueryFactory
          Factory interface for query and clause creation
SQLQueryImpl
          SQLQueryImpl is a JDBC based implementation of the Querydsl SQLQuery interface
SQLSerializer
          SqlSerializer serializes Querydsl queries into SQL
SQLSubQuery
          SQLSubQuery is a subquery implementation for SQL queries
SQLTemplates
          SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL
Union
          Union defines an interface for Union queries
 

Classes in com.mysema.query.sql used by com.mysema.query.sql.ddl
SQLTemplates
          SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL
 

Classes in com.mysema.query.sql used by com.mysema.query.sql.dml
AbstractSQLSubQuery
          Abstract superclass for SubQuery implementations
Configuration
          Configuration for SQLQuery instances
RelationalPath
          RelationalPath extends EntityPath to provide access to relational metadata
SQLTemplates
          SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL
 

Classes in com.mysema.query.sql used by com.mysema.query.sql.mssql
AbstractSQLQuery
          AbstractSQLQuery is the base type for SQL query implementations
Configuration
          Configuration for SQLQuery instances
RelationalPath
          RelationalPath extends EntityPath to provide access to relational metadata
SQLQueryFactory
          Factory interface for query and clause creation
SQLSubQuery
          SQLSubQuery is a subquery implementation for SQL queries
SQLTemplates
          SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL
 

Classes in com.mysema.query.sql used by com.mysema.query.sql.mysql
AbstractSQLQuery
          AbstractSQLQuery is the base type for SQL query implementations
Configuration
          Configuration for SQLQuery instances
RelationalPath
          RelationalPath extends EntityPath to provide access to relational metadata
SQLQueryFactory
          Factory interface for query and clause creation
SQLSubQuery
          SQLSubQuery is a subquery implementation for SQL queries
SQLTemplates
          SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL
 

Classes in com.mysema.query.sql used by com.mysema.query.sql.oracle
AbstractSQLQuery
          AbstractSQLQuery is the base type for SQL query implementations
Configuration
          Configuration for SQLQuery instances
RelationalPath
          RelationalPath extends EntityPath to provide access to relational metadata
SQLQueryFactory
          Factory interface for query and clause creation
SQLSubQuery
          SQLSubQuery is a subquery implementation for SQL queries
SQLTemplates
          SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL
 



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