T - expression typepublic interface Expression<T> extends Serializable
The central Expression subinterfaces are
Constant - for constants such as Strings, numbers and entity instancesFactoryExpression - for row based result processingOperation - for common supported operations and function callsParamExpression - for bindable query parametersPath - for variables, properties and collection member accessSubQueryExpression - for subqueriesTemplateExpression - for custom syntax| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
Class<? extends T> |
getType()
Get the java type for this expression
|
Copyright © 2007–2015 Querydsl. All rights reserved.