Uses of Package
com.mysema.query

Packages that use com.mysema.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 
com.mysema.query.sql.oracle Oracle support for Querydsl SQL 
com.mysema.query.support Various support classes 
com.mysema.query.types.query Subquery implementations 
 

Classes in com.mysema.query used by com.mysema.query
BooleanBuilder
          BooleanBuilder is a cascading builder for Boolean expressions.
JoinExpression
          JoinExpression is a join element in a Query instance.
JoinType
          JoinType defines the supported join types
Query
          Query provides a query interface of the fluent query DSL.
QueryBase
          QueryBase provides a stub for Query implementations
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
QueryMixin
          Mixin style Query implementation
QueryModifiers
          QueryModifiers combines limit and offset info into a single type.
SearchResults
          SearchResults bundles data for paged search results
 

Classes in com.mysema.query used by com.mysema.query.collections
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query provides a query interface of the fluent query DSL.
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
 

Classes in com.mysema.query used by com.mysema.query.collections.impl
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query provides a query interface of the fluent query DSL.
QueryBase
          QueryBase provides a stub for Query implementations
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
QueryModifiers
          QueryModifiers combines limit and offset info into a single type.
SearchResults
          SearchResults bundles data for paged search results
 

Classes in com.mysema.query used by com.mysema.query.hql
Detachable
          Detachable defines methods for the construction of SubQuery instances
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query provides a query interface of the fluent query DSL.
QueryBase
          QueryBase provides a stub for Query implementations
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
QueryMixin
          Mixin style Query implementation
 

Classes in com.mysema.query used by com.mysema.query.hql.hibernate
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query provides a query interface of the fluent query DSL.
QueryBase
          QueryBase provides a stub for Query implementations
SearchResults
          SearchResults bundles data for paged search results
 

Classes in com.mysema.query used by com.mysema.query.hql.jpa
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query provides a query interface of the fluent query DSL.
QueryBase
          QueryBase provides a stub for Query implementations
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
SearchResults
          SearchResults bundles data for paged search results
 

Classes in com.mysema.query used by com.mysema.query.jdoql
Detachable
          Detachable defines methods for the construction of SubQuery instances
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query provides a query interface of the fluent query DSL.
QueryBase
          QueryBase provides a stub for Query implementations
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
QueryMixin
          Mixin style Query implementation
SearchResults
          SearchResults bundles data for paged search results
 

Classes in com.mysema.query used by com.mysema.query.sql
Detachable
          Detachable defines methods for the construction of SubQuery instances
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query provides a query interface of the fluent query DSL.
QueryBase
          QueryBase provides a stub for Query implementations
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
SearchResults
          SearchResults bundles data for paged search results
 

Classes in com.mysema.query used by com.mysema.query.sql.oracle
Projectable
          Projectable defines default projection methods for Query implementations.
QueryBase
          QueryBase provides a stub for Query implementations
 

Classes in com.mysema.query used by com.mysema.query.support
Detachable
          Detachable defines methods for the construction of SubQuery instances
Projectable
          Projectable defines default projection methods for Query implementations.
QueryBase
          QueryBase provides a stub for Query implementations
QueryMixin
          Mixin style Query implementation
SearchResults
          SearchResults bundles data for paged search results
 

Classes in com.mysema.query used by com.mysema.query.types.query
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
 



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