public class

MapKeyNode

extends AbstractMapComponentNode
java.lang.Object
   ↳ antlr.CommonAST
     ↳ org.hibernate.hql.ast.tree.Node
       ↳ org.hibernate.hql.ast.tree.SqlNode
         ↳ org.hibernate.hql.ast.tree.HqlSqlWalkerNode
           ↳ org.hibernate.hql.ast.tree.AbstractSelectExpression
             ↳ org.hibernate.hql.ast.tree.FromReferenceNode
               ↳ org.hibernate.hql.ast.tree.AbstractMapComponentNode
                 ↳ org.hibernate.hql.ast.tree.MapKeyNode

Class Overview

TODO : javadoc

Summary

[Expand]
Inherited Constants
From class org.hibernate.hql.ast.tree.FromReferenceNode
Public Constructors
MapKeyNode()
Protected Methods
String expressionDescription()
String[] resolveColumns(QueryableCollection collectionPersister)
Type resolveType(QueryableCollection collectionPersister)
[Expand]
Inherited Methods
From class org.hibernate.hql.ast.tree.AbstractMapComponentNode
From class org.hibernate.hql.ast.tree.FromReferenceNode
From class org.hibernate.hql.ast.tree.AbstractSelectExpression
From class org.hibernate.hql.ast.tree.HqlSqlWalkerNode
From class org.hibernate.hql.ast.tree.SqlNode
From class org.hibernate.hql.ast.tree.Node
From class java.lang.Object
From interface org.hibernate.hql.ast.tree.DisplayableNode
From interface org.hibernate.hql.ast.tree.InitializeableNode
From interface org.hibernate.hql.ast.tree.PathNode
From interface org.hibernate.hql.ast.tree.ResolvableNode
From interface org.hibernate.hql.ast.tree.SelectExpression

Public Constructors

public MapKeyNode ()

Protected Methods

protected String expressionDescription ()

protected String[] resolveColumns (QueryableCollection collectionPersister)

protected Type resolveType (QueryableCollection collectionPersister)