Uses of Interface
com.mysema.query.Projectable

Packages that use Projectable
com.mysema.query Contains basic Query elements 
com.mysema.query.group   
com.mysema.query.support Various support classes 
 

Uses of Projectable in com.mysema.query
 

Methods in com.mysema.query with parameters of type Projectable
 T ResultTransformer.transform(Projectable projectable)
           
 

Uses of Projectable in com.mysema.query.group
 

Methods in com.mysema.query.group with parameters of type Projectable
 Map<K,V> GroupBy.transform(Projectable projectable)
           
 

Uses of Projectable in com.mysema.query.support
 

Classes in com.mysema.query.support with type parameters of type Projectable
 class ProjectableAdapter<P extends Projectable>
          ProjectableAdapter is an adapter implementation for the Projectable interface
 

Classes in com.mysema.query.support that implement Projectable
 class ProjectableAdapter<P extends Projectable>
          ProjectableAdapter is an adapter implementation for the Projectable interface
 class ProjectableQuery<Q extends ProjectableQuery<Q>>
          ProjectableQuery extends the QueryBase class to provide default implementations of the methods of the Projectable interface
 

Constructors in com.mysema.query.support with parameters of type Projectable
SimpleProjectableAdapter(SimpleQuery<?> query, Projectable projectable, Expression<T> projection)
           
 



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