类 SelectPathExpressionParser
- java.lang.Object
-
- org.hibernate.hql.internal.classic.PathExpressionParser
-
- org.hibernate.hql.internal.classic.SelectPathExpressionParser
-
- 所有已实现的接口:
Parser
public class SelectPathExpressionParser extends PathExpressionParser
-
-
构造器概要
构造器 构造器 说明 SelectPathExpressionParser()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidend(QueryTranslatorImpl q)StringgetSelectName()protected voidsetExpectingCollectionIndex()-
从类继承的方法 org.hibernate.hql.internal.classic.PathExpressionParser
addAssociation, addFromAssociation, addFromCollection, currentColumns, fetch, getCollectionSubquery, getName, getPropertyType, getWhereColumn, getWhereColumns, getWhereColumnType, getWhereJoin, ignoreInitialJoin, isCollectionValued, isExpectingCollectionIndex, lastCollectionElement, setLastCollectionElementIndexValue, start, token
-
-
-
-
方法详细资料
-
end
public void end(QueryTranslatorImpl q) throws QueryException
- 指定者:
end在接口中Parser- 覆盖:
end在类中PathExpressionParser- 抛出:
QueryException
-
setExpectingCollectionIndex
protected void setExpectingCollectionIndex() throws QueryException
-
getSelectName
public String getSelectName()
-
-