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.codegen   
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 
com.mysema.query.sql.postgres   
 

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
Union
          Union defines an interface for Union queries
 

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
Union
          Union defines an interface for Union queries
 

Classes in com.mysema.query.sql used by com.mysema.query.sql
AbstractSQLQuery
          AbstractSQLQuery is the base type for SQL query implementations
AbstractSQLQueryFactory
          AbstractSQLQueryFactory is the base class for SQLQueryFactory implementations
AbstractSQLSubQuery
          Abstract superclass for SubQuery implementations
Beans
          Beans contains Objects mapped to RelationalPath instances
Configuration
          Configuration for SQLQuery instances
ForeignKey
          ForeignKey defines a foreign key on a table to another table
PrimaryKey
          PrimaryKey defines a primary key on table
RelationalFunctionCall
          Represents a table valued function call
RelationalPath
          RelationalPath extends EntityPath to provide access to relational metadata
SerializationContext
          SerializationContext defines a callback interface for SQLQuery serialization
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 SQLQuery interface
SQLQueryMixin
          SQLQueryMixin extends QueryMixin with module specific functionality
SQLSerializer
          SqlSerializer serializes Querydsl queries into SQL
SQLSerializer.Stage
           
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.codegen
Configuration
          Configuration for SQLQuery instances
 

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
AbstractSQLQueryFactory
          AbstractSQLQueryFactory is the base class for SQLQueryFactory implementations
AbstractSQLSubQuery
          Abstract superclass for SubQuery implementations
Configuration
          Configuration for SQLQuery instances
SQLCommonQuery
          SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
SQLQueryFactory
          Factory interface for query and clause creation
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
AbstractSQLQueryFactory
          AbstractSQLQueryFactory is the base class for SQLQueryFactory implementations
Configuration
          Configuration for SQLQuery instances
RelationalPath
          RelationalPath extends EntityPath to provide access to relational metadata
SQLCommonQuery
          SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
SQLQueryFactory
          Factory interface for query and clause creation
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
AbstractSQLQueryFactory
          AbstractSQLQueryFactory is the base class for SQLQueryFactory implementations
Configuration
          Configuration for SQLQuery instances
SQLCommonQuery
          SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
SQLQueryFactory
          Factory interface for query and clause creation
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.postgres
AbstractSQLQuery
          AbstractSQLQuery is the base type for SQL query implementations
AbstractSQLQueryFactory
          AbstractSQLQueryFactory is the base class for SQLQueryFactory implementations
Configuration
          Configuration for SQLQuery instances
RelationalPath
          RelationalPath extends EntityPath to provide access to relational metadata
SQLCommonQuery
          SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
SQLQueryFactory
          Factory interface for query and clause creation
SQLTemplates
          SQLTemplates extends Templates to provides SQL specific extensions and acts as database specific Dialect for Querydsl SQL
 



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