org.hibernate.hql.classic
Class FromParser

java.lang.Object
  extended by org.hibernate.hql.classic.FromParser
All Implemented Interfaces:
Parser

public class FromParser
extends Object
implements Parser

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


Constructor Summary
FromParser()
           
 
Method Summary
 void end(QueryTranslatorImpl q)
           
 void start(QueryTranslatorImpl q)
           
 void token(String token, QueryTranslatorImpl q)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FromParser

public FromParser()
Method Detail

token

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

start

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

end

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


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.