T
- public class RelationalFunctionCall<T> extends SimpleExpression<T> implements TemplateExpression<T>
mixin
Constructor and Description |
---|
RelationalFunctionCall(java.lang.Class<? extends T> type,
java.lang.String function,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
static <T> RelationalFunctionCall<T> |
create(java.lang.Class<? extends T> type,
java.lang.String function,
java.lang.Object... args)
Create a new RelationalFunctionCall for the given function and arguments
|
java.lang.Object |
getArg(int index)
Get the argument with the given index
|
java.util.List<?> |
getArgs()
Get the arguments of the custom expression
|
Template |
getTemplate()
Get the serialization template for this custom expression
|
as, as, count, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, when
equals, getType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getType
public RelationalFunctionCall(java.lang.Class<? extends T> type, java.lang.String function, java.lang.Object... args)
public static <T> RelationalFunctionCall<T> create(java.lang.Class<? extends T> type, java.lang.String function, java.lang.Object... args)
type
- function
- args
- public final <R,C> R accept(Visitor<R,C> v, C context)
Expression
accept
in interface Expression<T>
R
- return typeC
- context typev
- visitorcontext
- context of visitpublic java.lang.Object getArg(int index)
TemplateExpression
getArg
in interface TemplateExpression<T>
public java.util.List<?> getArgs()
TemplateExpression
getArgs
in interface TemplateExpression<T>
public Template getTemplate()
TemplateExpression
getTemplate
in interface TemplateExpression<T>
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.