org.hibernate.hql.classic
Class PreprocessingParser
java.lang.Object
org.hibernate.hql.classic.PreprocessingParser
- All Implemented Interfaces:
- Parser
public class PreprocessingParser
- extends Object
- implements Parser
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreprocessingParser
public PreprocessingParser(Map replacements)
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