T
- expression typepublic interface TemplateExpression<T> extends Expression<T>
TemplateExpression
provides base types for custom expressions with integrated
serialization templatesModifier and Type | Method and Description |
---|---|
Object |
getArg(int index)
Get the argument with the given index
|
List<?> |
getArgs()
Get the arguments of the custom expression
|
Template |
getTemplate()
Get the serialization template for this custom expression
|
accept, getType
Object getArg(int index)
index
- zero based index of elementList<?> getArgs()
Template getTemplate()
Copyright © 2007–2016 Querydsl. All rights reserved.