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

FromPathExpressionParser (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.hql
Class FromPathExpressionParser

java.lang.Object
  extended bynet.sf.hibernate.hql.PathExpressionParser
      extended bynet.sf.hibernate.hql.FromPathExpressionParser
All Implemented Interfaces:
Parser

public class FromPathExpressionParser
extends PathExpressionParser


Constructor Summary
FromPathExpressionParser()
           
 
Method Summary
 void end(QueryTranslator q)
           
protected  void setExpectingCollectionIndex()
           
 
Methods inherited from class net.sf.hibernate.hql.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

FromPathExpressionParser

public FromPathExpressionParser()
Method Detail

end

public void end(QueryTranslator 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