org.hibernate.hql.classic

Class GroupByParser

Implemented Interfaces:
Parser

public class GroupByParser
extends java.lang.Object
implements Parser

Parses the GROUP BY clause of an aggregate 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