com.mysema.query.support
Class QueryBase<Q extends QueryBase<Q>>

java.lang.Object
  extended by com.mysema.query.support.QueryBase<Q>
Direct Known Subclasses:
DetachableQuery, ProjectableQuery

public abstract class QueryBase<Q extends QueryBase<Q>>
extends Object

QueryBase provides a stub for Query implementations

Version:
$Id$
Author:
tiwe

Field Summary
protected  QueryMixin<Q> queryMixin
           
 
Constructor Summary
QueryBase(QueryMixin<Q> queryMixin)
           
 
Method Summary
 Q groupBy(Expr<?>... o)
           
 Q having(EBoolean... o)
           
 Q limit(long limit)
           
 Q offset(long offset)
           
 Q orderBy(OrderSpecifier<?>... o)
           
 Q restrict(QueryModifiers modifiers)
           
<P> Q
set(Param<P> param, P value)
           
 String toString()
           
 Q where(EBoolean... o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

queryMixin

protected final QueryMixin<Q extends QueryBase<Q>> queryMixin
Constructor Detail

QueryBase

public QueryBase(QueryMixin<Q> queryMixin)
Method Detail

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 String toString()
Overrides:
toString in class 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.