Uses of Interface
org.apache.ibatis.parsing.TokenHandler
-
Packages that use TokenHandler Package Description org.apache.ibatis.builder Base package for the Configuration building code.org.apache.ibatis.parsing Parsing utils.org.apache.ibatis.scripting.xmltags Default XML MyBatis language. -
-
Uses of TokenHandler in org.apache.ibatis.builder
Classes in org.apache.ibatis.builder that implement TokenHandler Modifier and Type Class Description private static classSqlSourceBuilder.ParameterMappingTokenHandler -
Uses of TokenHandler in org.apache.ibatis.parsing
Classes in org.apache.ibatis.parsing that implement TokenHandler Modifier and Type Class Description private static classPropertyParser.VariableTokenHandlerFields in org.apache.ibatis.parsing declared as TokenHandler Modifier and Type Field Description private TokenHandlerGenericTokenParser. handlerConstructors in org.apache.ibatis.parsing with parameters of type TokenHandler Constructor Description GenericTokenParser(java.lang.String openToken, java.lang.String closeToken, TokenHandler handler) -
Uses of TokenHandler in org.apache.ibatis.scripting.xmltags
Classes in org.apache.ibatis.scripting.xmltags that implement TokenHandler Modifier and Type Class Description private static classTextSqlNode.BindingTokenParserprivate static classTextSqlNode.DynamicCheckerTokenParserMethods in org.apache.ibatis.scripting.xmltags with parameters of type TokenHandler Modifier and Type Method Description private GenericTokenParserTextSqlNode. createParser(TokenHandler handler)
-