T - expression typepublic interface Expression<T> extends Serializable
Expression defines a general typed expression in a Query instance. The generic type parameter
is a reference to the type the expression is bound to.
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 syntaxCopyright © 2007–2015 Mysema Ltd. All rights reserved.