Uses of Interface
com.mysema.query.Projectable

Packages that use Projectable
com.mysema.query Contains basic Query elements 
com.mysema.query.collections Implementations of Querydsl query interfaces for JavaBean collections 
com.mysema.query.group   
com.mysema.query.jdo JDOQL support for Querydsl 
com.mysema.query.jdo.sql   
com.mysema.query.jpa Query implementations for HQL and JPAQL 
com.mysema.query.jpa.hibernate JPQL for Hibernate 
com.mysema.query.jpa.hibernate.sql   
com.mysema.query.jpa.impl HQL Support classes 
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 
com.mysema.query.support Various support classes 
 

Uses of Projectable in com.mysema.query
 

Methods in com.mysema.query with parameters of type Projectable
 T ResultTransformer.transform(Projectable projectable)
           
 

Uses of Projectable in com.mysema.query.collections
 

Subinterfaces of Projectable in com.mysema.query.collections
 interface ColQuery
          Query interface for Collection queries
 

Classes in com.mysema.query.collections that implement Projectable
 class AbstractColQuery<Q extends AbstractColQuery<Q>>
          AbstractColQuery provides a base class for Collection query implementations.
 class ColQueryImpl
          ColQueryImpl is the default implementation of the ColQuery interface
 

Uses of Projectable in com.mysema.query.group
 

Methods in com.mysema.query.group with parameters of type Projectable
 Map<K,V> GroupBy.transform(Projectable projectable)
           
 

Uses of Projectable in com.mysema.query.jdo
 

Subinterfaces of Projectable in com.mysema.query.jdo
 interface JDOQLQuery
          Query interface for JDOQL queries
 

Classes in com.mysema.query.jdo that implement Projectable
 class AbstractJDOQLQuery<Q extends AbstractJDOQLQuery<Q>>
          Abstract base class for custom implementations of the JDOQLQuery interface.
 class JDOQLQueryImpl
          Default implementation of the JDOQLQuery interface
 

Uses of Projectable in com.mysema.query.jdo.sql
 

Classes in com.mysema.query.jdo.sql that implement Projectable
 class JDOSQLQuery
          JDOSQLQuery is an SQLQuery implementation that uses JDO's SQL query functionality to execute queries
 

Uses of Projectable in com.mysema.query.jpa
 

Subinterfaces of Projectable in com.mysema.query.jpa
 interface JPQLQuery
          Query interface for JPQL queries
 

Classes in com.mysema.query.jpa that implement Projectable
 class JPQLQueryBase<Q extends JPQLQueryBase<Q>>
          JPQLQueryBase is a base Query class for JPQL queries
 

Uses of Projectable in com.mysema.query.jpa.hibernate
 

Classes in com.mysema.query.jpa.hibernate that implement Projectable
 class AbstractHibernateQuery<Q extends AbstractHibernateQuery<Q>>
          Abstract base class for Hibernate API based implementations of the JPQL interface
 class HibernateQuery
          HibernateQuery is the default implementation of the JPQLQuery interface for Hibernate
 

Uses of Projectable in com.mysema.query.jpa.hibernate.sql
 

Classes in com.mysema.query.jpa.hibernate.sql that implement Projectable
 class AbstractHibernateSQLQuery<Q extends AbstractHibernateSQLQuery<Q> & Query>
           
 class HibernateSQLQuery
          HibernateSQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality to execute queries
 

Uses of Projectable in com.mysema.query.jpa.impl
 

Classes in com.mysema.query.jpa.impl that implement Projectable
 class AbstractJPAQuery<Q extends AbstractJPAQuery<Q>>
          Abstract base class for JPA API based implementations of the JPQLQuery interface
 class JPAQuery
          JPAQuery is the default implementation of the JPQLQuery interface for JPA
 

Uses of Projectable in com.mysema.query.jpa.sql
 

Classes in com.mysema.query.jpa.sql that implement Projectable
 class AbstractJPASQLQuery<Q extends AbstractJPASQLQuery<Q> & Query>
           
 class JPASQLQuery
          JPASQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality to execute queries
 

Uses of Projectable in com.mysema.query.sql
 

Classes in com.mysema.query.sql with type parameters of type Projectable
 class UnionImpl<Q extends Query & Projectable,RT>
           
 

Subinterfaces of Projectable in com.mysema.query.sql
 interface SQLQuery
          Query interface for SQL queries
 

Classes in com.mysema.query.sql that implement Projectable
 class AbstractSQLQuery<Q extends AbstractSQLQuery<Q> & Query>
          AbstractSQLQuery is the base type for SQL query implementations
 class SQLQueryImpl
          SQLQueryImpl is a JDBC based implementation of the Querydsl SQLQuery interface
 

Uses of Projectable in com.mysema.query.sql.mssql
 

Classes in com.mysema.query.sql.mssql that implement Projectable
 class SQLServerQuery
           
 

Uses of Projectable in com.mysema.query.sql.mysql
 

Classes in com.mysema.query.sql.mysql that implement Projectable
 class MySQLQuery
          MySQLQuery provides MySQL related extensions to SQLQuery
 

Uses of Projectable in com.mysema.query.sql.oracle
 

Classes in com.mysema.query.sql.oracle that implement Projectable
 class OracleQuery
          OracleQuery provides Oracle specific extensions to the base SQL query type
 

Uses of Projectable in com.mysema.query.support
 

Classes in com.mysema.query.support with type parameters of type Projectable
 class ProjectableAdapter<P extends Projectable>
          ProjectableAdapter is an adapter implementation for the Projectable interface
 

Classes in com.mysema.query.support that implement Projectable
 class ProjectableAdapter<P extends Projectable>
          ProjectableAdapter is an adapter implementation for the Projectable interface
 class ProjectableQuery<Q extends ProjectableQuery<Q>>
          ProjectableQuery extends the QueryBase class to provide default implementations of the methods of the Projectable interface
 

Constructors in com.mysema.query.support with parameters of type Projectable
SimpleProjectableAdapter(SimpleQuery<?> query, Projectable projectable, Expression<T> projection)
           
SimpleQueryAdapter(Query<?> query, Projectable projectable, Expression<T> projection)
          Deprecated.  
 



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