Uses of Package
com.mysema.query

Packages that use com.mysema.query
com.mysema.query Contains basic Query elements 
com.mysema.query.collections 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.hibernate.sql   
com.mysema.query.hql.jpa HQL Support classes 
com.mysema.query.hql.jpa.sql   
com.mysema.query.jdoql JDOQL support for Querydsl 
com.mysema.query.lucene   
com.mysema.query.search   
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 Contains Querydsl grammar types 
com.mysema.query.types.expr Operations represent typed operations with operator and arguments 
com.mysema.query.types.query Subquery implementations 
com.mysema.util   
 

Classes in com.mysema.query used by com.mysema.query
BooleanBuilder
          BooleanBuilder is a cascading builder for EBoolean 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.
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
SimpleQuery
          SimpleQuery defines a simple querying interface than Query
 

Classes in com.mysema.query used by com.mysema.query.collections
JoinExpression
          JoinExpression is a join element in a Query instance.
Projectable
          Projectable defines default projection methods 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
SimpleQuery
          SimpleQuery defines a simple querying interface than Query
 

Classes in com.mysema.query used by com.mysema.query.hql
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.hql.hibernate
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
SearchResults
          SearchResults bundles data for paged search results
 

Classes in com.mysema.query used by com.mysema.query.hql.hibernate.sql
Projectable
          Projectable defines default projection methods 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.hql.jpa
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
SearchResults
          SearchResults bundles data for paged search results
 

Classes in com.mysema.query used by com.mysema.query.hql.jpa.sql
Projectable
          Projectable defines default projection methods 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
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
SearchResults
          SearchResults bundles data for paged search results
Tuple
          Tuple defines an interface for generic query result projection
 

Classes in com.mysema.query used by com.mysema.query.lucene
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
SimpleProjectable
          SimpleProjectable defines a simpler projection interface than Projectable.
SimpleQuery
          SimpleQuery defines a simple querying interface than Query
 

Classes in com.mysema.query used by com.mysema.query.search
QueryModifiers
          QueryModifiers combines limit and offset info into a single type.
SearchResults
          SearchResults bundles data for paged search results
SimpleProjectable
          SimpleProjectable defines a simpler projection interface than Projectable.
SimpleQuery
          SimpleQuery defines a simple querying interface than Query
 

Classes in com.mysema.query used by com.mysema.query.sql
JoinType
          JoinType defines the supported join types
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
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.
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
 

Classes in com.mysema.query used by com.mysema.query.support
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
QueryModifiers
          QueryModifiers combines limit and offset info into a single type.
SearchResults
          SearchResults bundles data for paged search results
SimpleProjectable
          SimpleProjectable defines a simpler projection interface than Projectable.
SimpleQuery
          SimpleQuery defines a simple querying interface than Query
 

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

Classes in com.mysema.query used by com.mysema.query.types.expr
Tuple
          Tuple defines an interface for generic query result projection
 

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
 

Classes in com.mysema.query used by com.mysema.util
QueryModifiers
          QueryModifiers combines limit and offset info into a single type.
 



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