@DefaultAnnotation(value=javax.annotation.Nonnull.class)

Package com.mysema.query

Contains basic Query elements

See:
          Description

Interface Summary
Projectable Projectable defines default projection methods for Query implementations.
Query<Q extends Query<Q>> Query provides a query interface of the fluent query DSL.
QueryMetadata QueryMetadata defines query metadata such as query sources, filtering conditions and the projection
SimpleProjectable<T> SimpleProjectable defines a simpler projection interface than Projectable.
SimpleQuery<Q extends SimpleQuery<Q>> SimpleQuery defines a simple querying interface than Query
Tuple Tuple defines an interface for generic query result projection
 

Class Summary
BooleanBuilder BooleanBuilder is a cascading builder for EBoolean expressions.
DefaultQueryMetadata DefaultQueryMetadata is the default implementation of the QueryMetadata interface
JoinExpression JoinExpression is a join element in a Query instance.
QueryModifiers QueryModifiers combines limit and offset info into a single type.
SearchResults<T> SearchResults bundles data for paged search results
 

Enum Summary
JoinType JoinType defines the supported join types
 

Exception Summary
QueryException  
 

Package com.mysema.query Description

Contains basic Query elements



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