org.hibernate.hql.classic

Class FromParser

Implemented Interfaces:
Parser

public class FromParser
extends java.lang.Object
implements Parser

Parses the from clause of a hibernate query, looking for tables and aliases for the SQL query.

Method Summary

void
end(QueryTranslatorImpl q)
void
start(QueryTranslatorImpl q)
void
token(String token, QueryTranslatorImpl q)

Method Details

end

public void end(QueryTranslatorImpl q)
Specified by:
end in interface Parser

start

public void start(QueryTranslatorImpl q)
Specified by:
start in interface Parser

token

public void token(String token,
                  QueryTranslatorImpl q)
            throws QueryException
Specified by:
token in interface Parser