java.lang.Object
org.hibernate.hql.classic.PreprocessingParser
public class PreprocessingParser
extends java.lang.Object
implements Parser
PreprocessingParser(Map replacements)
void
end(QueryTranslatorImpl q)
start(QueryTranslatorImpl q)
token(String token, QueryTranslatorImpl q)
public PreprocessingParser(Map replacements)
public void end(QueryTranslatorImpl q) throws QueryException
Specified by:end in interface Parser
public void start(QueryTranslatorImpl q) throws QueryException
Specified by:start in interface Parser
public void token(String token, QueryTranslatorImpl q) throws QueryException
Specified by:token in interface Parser