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.dml DML interfaces 
com.mysema.query.group   
com.mysema.query.jdo JDOQL support for Querydsl 
com.mysema.query.jdo.dml DML operations support for Querydsl JDOQL 
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.lucene   
com.mysema.query.mongodb   
com.mysema.query.mongodb.morphia   
com.mysema.query.search   
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.sql.dml DML operations support 
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.sql.support Support classes 
com.mysema.query.support Various support classes 
com.mysema.query.types Contains Querydsl grammar types 
com.mysema.query.types.query Subquery implementations 
com.mysema.query.util   
 

Classes in com.mysema.query used by com.mysema.query
BooleanBuilder
          BooleanBuilder is a cascading builder for Predicate expressions.
FilteredClause
          Parent interface for clauses with a filter condition
JoinExpression
          JoinExpression is a join element in a Query instance.
JoinFlag
          JoinFlag defines a join related flag using an Expression instance
JoinFlag.Position
           
JoinType
          JoinType defines the supported join types
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
QueryException
           
QueryFlag
          Defines a positioned flag in a Query for customization of query serialization
QueryFlag.Position
           
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.
ResultTransformer
          Executes query on a Projectable and transforms results into T.
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
FilteredClause
          Parent interface for clauses with a filter condition
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.dml
FilteredClause
          Parent interface for clauses with a filter condition
 

Classes in com.mysema.query used by com.mysema.query.group
Projectable
          Projectable defines default projection methods for Query implementations.
ResultTransformer
          Executes query on a Projectable and transforms results into T.
 

Classes in com.mysema.query used by com.mysema.query.jdo
FilteredClause
          Parent interface for clauses with a filter condition
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
QueryFactory
          Common interface for QueryFactory 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
Tuple
          Tuple defines an interface for generic query result projection
 

Classes in com.mysema.query used by com.mysema.query.jdo.dml
FilteredClause
          Parent interface for clauses with a filter condition
 

Classes in com.mysema.query used by com.mysema.query.jdo.sql
FilteredClause
          Parent interface for clauses with a filter condition
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
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.jpa
FilteredClause
          Parent interface for clauses with a filter condition
JoinFlag
          JoinFlag defines a join related flag using an Expression instance
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
SimpleQuery
          SimpleQuery defines a simple querying interface than Query
 

Classes in com.mysema.query used by com.mysema.query.jpa.hibernate
FilteredClause
          Parent interface for clauses with a filter condition
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
QueryFactory
          Common interface for QueryFactory 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.jpa.hibernate.sql
FilteredClause
          Parent interface for clauses with a filter condition
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
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.jpa.impl
FilteredClause
          Parent interface for clauses with a filter condition
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
QueryFactory
          Common interface for QueryFactory 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.jpa.sql
FilteredClause
          Parent interface for clauses with a filter condition
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
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.lucene
FilteredClause
          Parent interface for clauses with a filter condition
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.mongodb
FilteredClause
          Parent interface for clauses with a filter condition
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.mongodb.morphia
FilteredClause
          Parent interface for clauses with a filter condition
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
FilteredClause
          Parent interface for clauses with a filter condition
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
FilteredClause
          Parent interface for clauses with a filter condition
JoinFlag.Position
           
JoinType
          JoinType defines the supported join types
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
QueryFactory
          Common interface for QueryFactory implementations
QueryFlag.Position
           
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.sql.dml
FilteredClause
          Parent interface for clauses with a filter condition
QueryFlag.Position
           
 

Classes in com.mysema.query used by com.mysema.query.sql.mssql
FilteredClause
          Parent interface for clauses with a filter condition
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
QueryFactory
          Common interface for QueryFactory implementations
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
SimpleQuery
          SimpleQuery defines a simple querying interface than Query
 

Classes in com.mysema.query used by com.mysema.query.sql.mysql
FilteredClause
          Parent interface for clauses with a filter condition
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
QueryFactory
          Common interface for QueryFactory implementations
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
SimpleQuery
          SimpleQuery defines a simple querying interface than Query
 

Classes in com.mysema.query used by com.mysema.query.sql.oracle
FilteredClause
          Parent interface for clauses with a filter condition
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
QueryFactory
          Common interface for QueryFactory implementations
QueryMetadata
          QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
SimpleQuery
          SimpleQuery defines a simple querying interface than Query
 

Classes in com.mysema.query used by com.mysema.query.sql.support
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
DefaultQueryMetadata
          DefaultQueryMetadata is the default implementation of the QueryMetadata interface
FilteredClause
          Parent interface for clauses with a filter condition
JoinExpression
          JoinExpression is a join element in a Query instance.
JoinFlag
          JoinFlag defines a join related flag using an Expression instance
JoinFlag.Position
           
JoinType
          JoinType defines the supported join types
Projectable
          Projectable defines default projection methods for Query implementations.
Query
          Query defines the main query interface of the fluent query language.
QueryFlag
          Defines a positioned flag in a Query for customization of query serialization
QueryFlag.Position
           
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.
ResultTransformer
          Executes query on a Projectable and transforms results into T.
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
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.query.util
QueryModifiers
          QueryModifiers combines limit and offset info into a single type.
 



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