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

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

Uses of SimpleQueryAdapter in com.mysema.query.support
 

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



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