Package com.mysema.query.group

Interface Summary
Group  
GroupColumn<R>  
GroupColumnDefinition<T,R> Defines the way results of a given expression are grouped.
GroupProcessor<K,O> A result processor for GroupBy that gets to analyze (and optionally reject) the result set rows in the first place and then gets to transform the Map-based results into something else.
GroupProcessorFactory<K,O> A factory for GroupProcessors.
 

Class Summary
AbstractGroupColumnDefinition<T,R> A base class for GroupColumnDefinitions
GroupBy<S> Groups results by the first expression.
ProcessorGroupBy<K,O> A wrapper for GroupBy that binds the output type of given GroupProcessor(Factory).
QPair<K,V> A pair of (Map) key and value
ValueTransformerMap<K,V,T> A read-only view of underlying map with values transformed by a given Transformer.
 



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