|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TemplateExpression<T>
TemplateExpression provides base types for custom expressions with integrated serialization templates
| Method Summary | |
|---|---|
Expression<?> |
getArg(int index)
Get the argument with the given index |
List<Expression<?>> |
getArgs()
Get the arguments of the custom expression |
Template |
getTemplate()
Get the serialization template for this custom expression |
| Methods inherited from interface com.mysema.query.types.Expression |
|---|
accept, getType |
| Method Detail |
|---|
Expression<?> getArg(int index)
index -
List<Expression<?>> getArgs()
Template getTemplate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||