org.hibernate.hql.classic

Class OrderByParser

Implemented Interfaces:
Parser

public class OrderByParser
extends java.lang.Object
implements Parser

Parses the ORDER BY clause of a 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)
            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