org.hibernate.hql.classic

Class FromPathExpressionParser

Implemented Interfaces:
Parser

public class FromPathExpressionParser
extends PathExpressionParser

Method Summary

void
end(QueryTranslatorImpl q)
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

setExpectingCollectionIndex

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