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 syntaxCopyright © 2007-2013 Mysema Ltd. All Rights Reserved.