com.mysema.query.types.template
Class NumberTemplate<T extends Number & Comparable<?>>
java.lang.Object
com.mysema.query.types.expr.DslExpression<T>
com.mysema.query.types.expr.SimpleExpression<T>
com.mysema.query.types.expr.ComparableExpressionBase<T>
com.mysema.query.types.expr.NumberExpression<T>
com.mysema.query.types.template.NumberTemplate<T>
- Type Parameters:
T
- expression type
- All Implemented Interfaces:
- Expression<T>, TemplateExpression<T>, Serializable
public class NumberTemplate<T extends Number & Comparable<?>>
- extends NumberExpression<T>
- implements TemplateExpression<T>
NumberTemplate defines custom numeric expressions
- Author:
- tiwe
- See Also:
- Serialized Form
Methods inherited from class com.mysema.query.types.expr.NumberExpression |
abs, add, add, as, as, avg, between, between, byteValue, castToNum, ceil, divide, divide, doubleValue, floatValue, floor, goe, goe, goeAll, goeAny, gt, gt, gtAll, gtAny, in, intValue, loe, loe, loeAll, loeAny, longValue, lt, lt, ltAll, ltAny, max, max, min, min, mod, mod, multiply, multiply, negate, notBetween, notBetween, notIn, random, round, shortValue, sqrt, subtract, subtract, sum |
Methods inherited from class com.mysema.query.types.expr.SimpleExpression |
count, countDistinct, eq, eq, eqAll, eqAny, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, when, when |
ONE
public static final NumberExpression<Integer> ONE
TWO
public static final NumberExpression<Integer> TWO
THREE
public static final NumberExpression<Integer> THREE
ZERO
public static final NumberExpression<Integer> ZERO
NumberTemplate
public NumberTemplate(Class<T> type,
Template template,
List<Expression<?>> args)
create
public static <T extends Number & Comparable<?>> NumberExpression<T> create(Class<T> type,
String template,
Expression<?>... args)
create
public static <T extends Number & Comparable<?>> NumberExpression<T> create(Class<T> type,
Template template,
Expression<?>... args)
accept
public final <R,C> R accept(Visitor<R,C> v,
C context)
- Description copied from interface:
Expression
- Accept the visitor with the given context
- Specified by:
accept
in interface Expression<T extends Number & Comparable<?>>
- Type Parameters:
R
- return typeC
- context type- Parameters:
v
- visitorcontext
- context of visit
- Returns:
getArg
public Expression<?> getArg(int index)
- Description copied from interface:
TemplateExpression
- Get the argument with the given index
- Specified by:
getArg
in interface TemplateExpression<T extends Number & Comparable<?>>
- Returns:
getArgs
public List<Expression<?>> getArgs()
- Description copied from interface:
TemplateExpression
- Get the arguments of the custom expression
- Specified by:
getArgs
in interface TemplateExpression<T extends Number & Comparable<?>>
- Returns:
getTemplate
public Template getTemplate()
- Description copied from interface:
TemplateExpression
- Get the serialization template for this custom expression
- Specified by:
getTemplate
in interface TemplateExpression<T extends Number & Comparable<?>>
- Returns:
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.