Uses of Interface
com.mysema.query.Query

Packages that use Query
com.mysema.query Contains basic Query elements 
com.mysema.query.collections Query implementations for JavaBean collections 
com.mysema.query.collections.impl Implementations of Querydsl query interfaces for JavaBean collections 
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 
 

Uses of Query in com.mysema.query
 

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

Uses of Query in com.mysema.query.collections
 

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

Uses of Query in com.mysema.query.collections.impl
 

Classes in com.mysema.query.collections.impl that implement Query
 class ColQueryImpl
          ColQueryImpl is the default implementation of the ColQuery interface
 

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
 



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