Uses of Class
org.apache.ibatis.parsing.XNode
Packages that use XNode
Package
Description
Parses XML files to create a Configuration.
Parsing utils.
Base package for languages.
Default beans for languages.
Default XML MyBatis language.
Base package.
-
Uses of XNode in org.apache.ibatis.builder.xml
Methods in org.apache.ibatis.builder.xml that return XNodeMethods in org.apache.ibatis.builder.xml with parameters of type XNodeModifier and TypeMethodDescriptionprotected Class
<?> XMLMapperBuilder.inheritEnclosingType
(XNode resultMapNode, Class<?> enclosingType) protected void
XMLMapperBuilder.validateCollection
(XNode context, Class<?> enclosingType) Constructors in org.apache.ibatis.builder.xml with parameters of type XNodeModifierConstructorDescriptionXMLStatementBuilder
(Configuration configuration, MapperBuilderAssistant builderAssistant, XNode context) XMLStatementBuilder
(Configuration configuration, MapperBuilderAssistant builderAssistant, XNode context, String databaseId) Constructor parameters in org.apache.ibatis.builder.xml with type arguments of type XNodeModifierConstructorDescriptionXMLMapperBuilder
(InputStream inputStream, Configuration configuration, String resource, Map<String, XNode> sqlFragments) XMLMapperBuilder
(InputStream inputStream, Configuration configuration, String resource, Map<String, XNode> sqlFragments, String namespace) XMLMapperBuilder
(Reader reader, Configuration configuration, String resource, Map<String, XNode> sqlFragments) Deprecated.XMLMapperBuilder
(Reader reader, Configuration configuration, String resource, Map<String, XNode> sqlFragments, String namespace) Deprecated. -
Uses of XNode in org.apache.ibatis.parsing
Methods in org.apache.ibatis.parsing that return XNodeMethods in org.apache.ibatis.parsing that return types with arguments of type XNode -
Uses of XNode in org.apache.ibatis.scripting
Methods in org.apache.ibatis.scripting with parameters of type XNodeModifier and TypeMethodDescriptionLanguageDriver.createSqlSource
(Configuration configuration, XNode script, Class<?> parameterType) Creates anSqlSource
that will hold the statement read from a mapper xml file. -
Uses of XNode in org.apache.ibatis.scripting.defaults
Methods in org.apache.ibatis.scripting.defaults with parameters of type XNodeModifier and TypeMethodDescriptionRawLanguageDriver.createSqlSource
(Configuration configuration, XNode script, Class<?> parameterType) -
Uses of XNode in org.apache.ibatis.scripting.xmltags
Methods in org.apache.ibatis.scripting.xmltags with parameters of type XNodeModifier and TypeMethodDescriptionXMLLanguageDriver.createSqlSource
(Configuration configuration, XNode script, Class<?> parameterType) protected MixedSqlNode
XMLScriptBuilder.parseDynamicTags
(XNode node) Constructors in org.apache.ibatis.scripting.xmltags with parameters of type XNodeModifierConstructorDescriptionXMLScriptBuilder
(Configuration configuration, XNode context) XMLScriptBuilder
(Configuration configuration, XNode context, Class<?> parameterType) -
Uses of XNode in org.apache.ibatis.session
Fields in org.apache.ibatis.session with type parameters of type XNodeMethods in org.apache.ibatis.session that return types with arguments of type XNode