站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

SelectPathExpressionParser (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.hql.classic
Class SelectPathExpressionParser

java.lang.Object
  extended byorg.hibernate.hql.classic.PathExpressionParser
      extended byorg.hibernate.hql.classic.SelectPathExpressionParser
All Implemented Interfaces:
Parser

public class SelectPathExpressionParser
extends PathExpressionParser


Constructor Summary
SelectPathExpressionParser()
           
 
Method Summary
 void end(QueryTranslatorImpl q)
           
 String getSelectName()
           
protected  void setExpectingCollectionIndex()
           
 
Methods inherited from class org.hibernate.hql.classic.PathExpressionParser
addAssociation, addFromAssociation, addFromCollection, currentColumns, fetch, getCollectionSubquery, getName, getPropertyType, getWhereColumn, getWhereColumns, getWhereColumnType, getWhereJoin, ignoreInitialJoin, isCollectionValued, isExpectingCollectionIndex, lastCollectionElement, setLastCollectionElementIndexValue, start, token
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectPathExpressionParser

public SelectPathExpressionParser()
Method Detail

end

public void end(QueryTranslatorImpl q)
         throws QueryException
Specified by:
end in interface Parser
Overrides:
end in class PathExpressionParser
Throws:
QueryException

setExpectingCollectionIndex

protected void setExpectingCollectionIndex()
                                    throws QueryException
Overrides:
setExpectingCollectionIndex in class PathExpressionParser
Throws:
QueryException

getSelectName

public String getSelectName()