Uses of Package
com.mysema.query.sql

Packages that use com.mysema.query.sql
com.mysema.query.hql Query implementations for HQL and JPAQL 
com.mysema.query.hql.hibernate.sql   
com.mysema.query.hql.jpa.sql   
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.sql.ddl   
com.mysema.query.sql.dml DML operations support for Querydsl SQL 
com.mysema.query.sql.mysql   
com.mysema.query.sql.oracle Oracle support for Querydsl SQL 
 

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

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

Classes in com.mysema.query.sql used by com.mysema.query.hql.jpa.sql
SQLCommonQuery
          SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
SQLTemplates
          SQLTemplates extended Templates to provided 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
Configuration
           
ForeignKey
          ForeignKey defines a foreign key on a table to another table
MetaDataSerializer
          MetaDataSerializer defines the Query type serialization logic for MetaDataExporter.
NamingStrategy
          NamingStrategy defines a conversion strategy from table to class and column to property names
SerializationContext
           
SQLCommonQuery
          SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
SQLQuery
          Query interface for SQL queries
SQLQueryImpl
          SQLQueryImpl is a JDBC based implementation of the Querydsl SQLQuery interface
SQLSerializer
          SqlSerializer serializes Querydsl queries into SQL
SQLTemplates
          SQLTemplates extended Templates to provided 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 extended Templates to provided 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
Configuration
           
SQLTemplates
          SQLTemplates extended Templates to provided 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
SQLTemplates
          SQLTemplates extended Templates to provided 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
SQLTemplates
          SQLTemplates extended Templates to provided SQL specific extensions and acts as database specific Dialect for Querydsl SQL
 



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