当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
PreprocessingParser (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.hql
Class PreprocessingParser
java.lang.Object
net.sf.hibernate.hql.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,
QueryTranslator q)
throws QueryException
- Specified by:
token
in interface Parser
- Throws:
QueryException
- See Also:
Parser.token(String, QueryTranslator)
start
public void start(QueryTranslator q)
throws QueryException
- Specified by:
start
in interface Parser
- Throws:
QueryException
- See Also:
Parser.start(QueryTranslator)
end
public void end(QueryTranslator q)
throws QueryException
- Specified by:
end
in interface Parser
- Throws:
QueryException
- See Also:
Parser.end(QueryTranslator)