| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SelectExpression | |
|---|---|
| org.hibernate.hql.internal.ast.tree | |
| Uses of SelectExpression in org.hibernate.hql.internal.ast.tree | 
|---|
| Subinterfaces of SelectExpression in org.hibernate.hql.internal.ast.tree | |
|---|---|
|  interface | AggregatedSelectExpressionContract for a select expression which aggregates other select expressions together into a single return | 
| Classes in org.hibernate.hql.internal.ast.tree that implement SelectExpression | |
|---|---|
|  class | AbstractMapComponentNodeTODO : javadoc | 
|  class | AbstractSelectExpressionPartial implementation of SelectExpression for all the nodes that aren't constructors. | 
|  class | AggregateNodeRepresents an aggregate function i.e. | 
|  class | BinaryArithmeticOperatorNodeNodes which represent binary arithmetic operators. | 
|  class | BooleanLiteralNodeRepresents a boolean literal within a query. | 
|  class | Case2NodeRepresents a case ... | 
|  class | CaseNodeRepresents a case ... | 
|  class | CollectionFunctionRepresents 'elements()' or 'indices()'. | 
|  class | ConstructorNodeRepresents a constructor (new) in a SELECT. | 
|  class | CountNodeRepresents a COUNT expression in a select. | 
|  class | DotNodeRepresents a reference to a property or alias expression. | 
|  class | FromReferenceNodeRepresents a reference to a FROM element, for example a class alias in a WHERE clause. | 
|  class | IdentNodeRepresents an identifier all by itself, which may be a function name, a class alias, or a form of naked property-ref depending on the context. | 
|  class | IndexNodeRepresents the [] operator and provides it's semantics. | 
|  class | LiteralNodeRepresents a literal. | 
|  class | MapEntryNodeTODO : javadoc | 
|  class | MapKeyNodeTODO : javadoc | 
|  class | MapValueNodeTODO : javadoc | 
|  class | MethodNodeRepresents a method call. | 
|  class | QueryNodeDefines a top-level AST node representing an HQL select statement. | 
|  class | SelectExpressionImplA select expression that was generated by a FROM element. | 
|  class | UnaryArithmeticNode | 
| Methods in org.hibernate.hql.internal.ast.tree that return SelectExpression | |
|---|---|
|  SelectExpression[] | SelectExpressionList.collectSelectExpressions()Returns an array of SelectExpressions gathered from the children of the given parent AST node. | 
| Methods in org.hibernate.hql.internal.ast.tree with parameters of type SelectExpression | |
|---|---|
|  void | ResultVariableRefNode.setSelectExpression(SelectExpression selectExpression)Set the select expression that defines the result variable. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||