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 class
SqlSourceBuilder.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 class
PropertyParser.VariableTokenHandler
Fields in org.apache.ibatis.parsing declared as TokenHandler Modifier and Type Field Description private TokenHandler
GenericTokenParser. handler
Constructors 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 class
TextSqlNode.BindingTokenParser
private static class
TextSqlNode.DynamicCheckerTokenParser
Methods in org.apache.ibatis.scripting.xmltags with parameters of type TokenHandler Modifier and Type Method Description private GenericTokenParser
TextSqlNode. createParser(TokenHandler handler)
-