org.hibernate.hql.classic

Class WhereParser

Implemented Interfaces:
Parser
Known Direct Subclasses:
HavingParser

public class WhereParser
extends java.lang.Object
implements Parser

Parses the where clause of a hibernate query and translates it to an SQL where clause.

Method Summary

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

Method Details

end

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

start

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

token

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