com.mysema.query.support
Class QueryBase<Q extends QueryBase<Q>>
java.lang.Object
com.mysema.query.support.QueryBase<Q>
- Direct Known Subclasses:
- DetachableQuery, ProjectableQuery
public abstract class QueryBase<Q extends QueryBase<Q>>
- extends java.lang.Object
QueryBase provides a stub for Query implementations
- Version:
- $Id$
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
queryMixin
protected final QueryMixin<Q extends QueryBase<Q>> queryMixin
QueryBase
public QueryBase(QueryMixin<Q> queryMixin)
groupBy
public Q groupBy(Expr<?>... o)
having
public Q having(EBoolean... o)
orderBy
public Q orderBy(OrderSpecifier<?>... o)
where
public Q where(EBoolean... o)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
limit
public Q limit(long limit)
offset
public Q offset(long offset)
restrict
public Q restrict(QueryModifiers modifiers)
set
public <P> Q set(Param<P> param,
P value)
Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.