org.hibernate.hql.classic

Class SelectPathExpressionParser

Implemented Interfaces:
Parser

public class SelectPathExpressionParser
extends PathExpressionParser

Method Summary

void
end(QueryTranslatorImpl q)
String
getSelectName()
protected void
setExpectingCollectionIndex()

Methods inherited from class org.hibernate.hql.classic.PathExpressionParser

addAssociation, addFromAssociation, addFromCollection, currentColumns, end, fetch, getCollectionSubquery, getName, getPropertyType, getWhereColumn, getWhereColumnType, getWhereColumns, getWhereJoin, ignoreInitialJoin, isCollectionValued, isExpectingCollectionIndex, lastCollectionElement, setExpectingCollectionIndex, setLastCollectionElementIndexValue, start, token

Method Details

end

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

getSelectName

public String getSelectName()

setExpectingCollectionIndex

protected void setExpectingCollectionIndex()
            throws QueryException
Overrides:
setExpectingCollectionIndex in interface PathExpressionParser