站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Interface org.hibernate.engine.query.ParameterParser.Recognizer (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Interface
org.hibernate.engine.query.ParameterParser.Recognizer

Packages that use ParameterParser.Recognizer
org.hibernate.engine.query   
org.hibernate.loader.custom.sql   
 

Uses of ParameterParser.Recognizer in org.hibernate.engine.query
 

Classes in org.hibernate.engine.query that implement ParameterParser.Recognizer
 class ParamLocationRecognizer
          Implements a parameter parser recognizer specifically for the purpose of journaling parameter locations.
 

Methods in org.hibernate.engine.query with parameters of type ParameterParser.Recognizer
static void ParameterParser.parse(String sqlString, ParameterParser.Recognizer recognizer)
          Performs the actual parsing and tokenizing of the query string making appropriate callbacks to the given recognizer upon recognition of the various tokens.
 

Uses of ParameterParser.Recognizer in org.hibernate.loader.custom.sql
 

Classes in org.hibernate.loader.custom.sql that implement ParameterParser.Recognizer
static class SQLQueryParser.ParameterSubstitutionRecognizer