Uses of Interface
com.mysema.query.Query

Packages that use Query
com.mysema.query Contains basic Query elements 
com.mysema.query.hql Query implementations for HQL and JPAQL 
com.mysema.query.hql.hibernate HQL for Hibernate 
com.mysema.query.hql.jpa HQL Support classes 
com.mysema.query.jdoql JDOQL support for Querydsl 
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.support Various support classes 
 

Uses of Query in com.mysema.query
 

Classes in com.mysema.query with type parameters of type Query
 interface Query<Q extends Query<Q>>
          Query provides a query interface of the fluent query DSL.
 

Uses of Query in com.mysema.query.hql
 

Subinterfaces of Query in com.mysema.query.hql
 interface HQLQuery
          Query interface for HQL queries
 

Uses of Query in com.mysema.query.hql.hibernate
 

Classes in com.mysema.query.hql.hibernate that implement Query
 class HibernateQuery
          HibernateQuery is the default implementation of the HQLQuery interface for Hibernate
 

Uses of Query in com.mysema.query.hql.jpa
 

Classes in com.mysema.query.hql.jpa that implement Query
 class JPAQuery
          JPAQuery is the default implementation of the HQLQuery interface for JPA
 

Uses of Query in com.mysema.query.jdoql
 

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

Classes in com.mysema.query.jdoql that implement Query
 class JDOQLQueryImpl
          Default implementation of the JDOQLQuery interface
 

Uses of Query in com.mysema.query.sql
 

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

Classes in com.mysema.query.sql that implement Query
 class SQLQueryImpl
          SQLQueryImpl is a JDBC based implementation of the Querydsl SQLQuery interface
 

Uses of Query in com.mysema.query.support
 

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



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