org.hibernate.hql.internal.classic
Class OrderByParser
java.lang.Object
org.hibernate.hql.internal.classic.OrderByParser
- All Implemented Interfaces:
- Parser
public class OrderByParser
- extends Object
- implements Parser
Parses the ORDER BY clause of a query
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderByParser
public OrderByParser()
token
public void token(String token,
QueryTranslatorImpl q)
throws QueryException
- Specified by:
token
in interface Parser
- Throws:
QueryException
start
public void start(QueryTranslatorImpl q)
throws QueryException
- Specified by:
start
in interface Parser
- Throws:
QueryException
end
public void end(QueryTranslatorImpl q)
throws QueryException
- Specified by:
end
in interface Parser
- Throws:
QueryException
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.