|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractSelectExpression | |
---|---|
org.hibernate.hql.ast.tree |
Uses of AbstractSelectExpression in org.hibernate.hql.ast.tree |
---|
Subclasses of AbstractSelectExpression in org.hibernate.hql.ast.tree | |
---|---|
class |
AggregateNode
Represents an aggregate function i.e. |
class |
BinaryArithmeticOperatorNode
Nodes which represent binary arithmetic operators. |
class |
BooleanLiteralNode
Represents a boolean literal within a query. |
class |
Case2Node
Represents a case ... |
class |
CaseNode
Represents a case ... |
class |
CollectionFunction
Represents 'elements()' or 'indices()'. |
class |
CountNode
Represents a COUNT expression in a select. |
class |
DotNode
Represents a reference to a property or alias expression. |
class |
FromReferenceNode
Represents a reference to a FROM element, for example a class alias in a WHERE clause. |
class |
IdentNode
Represents 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 |
IndexNode
Represents the [] operator and provides it's semantics. |
class |
LiteralNode
Represents a literal. |
class |
MethodNode
Represents a method call. |
class |
SelectExpressionImpl
A select expression that was generated by a FROM element. |
class |
UnaryArithmeticNode
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |