Uses of Class
com.mysema.query.support.SimpleProjectableAdapter

Packages that use SimpleProjectableAdapter
com.mysema.query.support Various support classes 
 

Uses of SimpleProjectableAdapter in com.mysema.query.support
 

Methods in com.mysema.query.support that return SimpleProjectableAdapter
 SimpleProjectableAdapter<T> SimpleProjectableAdapter.distinct()
           
 SimpleProjectableAdapter<T> SimpleProjectableAdapter.limit(long limit)
           
 SimpleProjectableAdapter<T> SimpleProjectableAdapter.offset(long offset)
           
 SimpleProjectableAdapter<T> SimpleProjectableAdapter.orderBy(OrderSpecifier<?>... o)
           
 SimpleProjectableAdapter<T> SimpleProjectableAdapter.restrict(QueryModifiers modifiers)
           
<P> SimpleProjectableAdapter<T>
SimpleProjectableAdapter.set(ParamExpression<P> param, P value)
           
 SimpleProjectableAdapter<T> SimpleProjectableAdapter.where(Predicate... e)
           
 



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