|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mysema.query.group.AbstractGroupExpression<T,R>
T
- R
- public abstract class AbstractGroupExpression<T,R>
A base class for GroupExpressions
Constructor Summary | |
---|---|
AbstractGroupExpression(Class<? super R> type,
Expression<T> expr)
|
Method Summary | ||
---|---|---|
|
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context |
|
DslExpression<R> |
as(Path<R> alias)
Create an alias for the expression |
|
DslExpression<R> |
as(String alias)
Create an alias for the expression |
|
boolean |
equals(Object o)
|
|
Expression<T> |
getExpression()
|
|
Class<? extends R> |
getType()
Get the java type for this expression |
|
int |
hashCode()
|
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.mysema.query.group.GroupExpression |
---|
createGroupCollector |
Constructor Detail |
---|
public AbstractGroupExpression(Class<? super R> type, Expression<T> expr)
Method Detail |
---|
public DslExpression<R> as(Path<R> alias)
public DslExpression<R> as(String alias)
public Expression<T> getExpression()
getExpression
in interface GroupExpression<T,R>
public <R,C> R accept(Visitor<R,C> v, C context)
Expression
accept
in interface Expression<R>
R
- return typeC
- context typev
- visitorcontext
- context of visit
public boolean equals(Object o)
equals
in class Object
public Class<? extends R> getType()
Expression
getType
in interface Expression<R>
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |