Uses of Interface
org.hibernate.hql.ast.SelectExpression

Packages that use SelectExpression
org.hibernate.hql.ast An ANTLR-based parser for Hibernate Query Language. 
 

Uses of SelectExpression in org.hibernate.hql.ast
 

Classes in org.hibernate.hql.ast that implement SelectExpression
(package private)  class org.hibernate.hql.ast.AbstractSelectExpression
          Partial implementation of SelectExpression for all the nodes that aren't constructors.
 class ArithmeticNode
           
 class CollectionFunction
          Represents 'elements()' or 'indices()'.
 class ConstructorNode
          Represents a constructor (new) in a SELECT.
(package private)  class org.hibernate.hql.ast.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.
(package private)  class org.hibernate.hql.ast.MethodNode
          Represents a method call.
 class UnaryNode