org.hibernate.hql.classic

Class PreprocessingParser

Implemented Interfaces:
Parser

public class PreprocessingParser
extends java.lang.Object
implements Parser

Constructor Summary

PreprocessingParser(Map replacements)

Method Summary

void
end(QueryTranslatorImpl q)
void
start(QueryTranslatorImpl q)
void
token(String token, QueryTranslatorImpl q)

Constructor Details

PreprocessingParser

public PreprocessingParser(Map replacements)

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