Package | Description |
---|---|
org.apache.ibatis.builder.xml |
Parses XML files to create a Configuration
|
org.apache.ibatis.parsing |
Parsing utils
|
org.apache.ibatis.scripting |
Base package for languages.
|
org.apache.ibatis.scripting.defaults |
Default beans for languages.
|
org.apache.ibatis.scripting.xmltags |
Default XML MyBatis language.
|
org.apache.ibatis.session |
Base package.
|
Modifier and Type | Method and Description |
---|---|
XNode |
XMLMapperBuilder.getSqlFragment(String refid) |
Constructor and Description |
---|
XMLStatementBuilder(Configuration configuration,
MapperBuilderAssistant builderAssistant,
XNode context) |
XMLStatementBuilder(Configuration configuration,
MapperBuilderAssistant builderAssistant,
XNode context,
String databaseId) |
Constructor and Description |
---|
XMLMapperBuilder(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.
|
Modifier and Type | Method and Description |
---|---|
XNode |
XPathParser.evalNode(Object root,
String expression) |
XNode |
XPathParser.evalNode(String expression) |
XNode |
XNode.evalNode(String expression) |
XNode |
XNode.getParent() |
XNode |
XNode.newXNode(Node node) |
Modifier and Type | Method and Description |
---|---|
List<XNode> |
XPathParser.evalNodes(Object root,
String expression) |
List<XNode> |
XPathParser.evalNodes(String expression) |
List<XNode> |
XNode.evalNodes(String expression) |
List<XNode> |
XNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
SqlSource |
LanguageDriver.createSqlSource(Configuration configuration,
XNode script,
Class<?> parameterType)
Creates an
SqlSource that will hold the statement read from a mapper xml file. |
Modifier and Type | Method and Description |
---|---|
SqlSource |
RawLanguageDriver.createSqlSource(Configuration configuration,
XNode script,
Class<?> parameterType) |
Modifier and Type | Method and Description |
---|---|
SqlSource |
XMLLanguageDriver.createSqlSource(Configuration configuration,
XNode script,
Class<?> parameterType) |
Constructor and Description |
---|
XMLScriptBuilder(Configuration configuration,
XNode context) |
XMLScriptBuilder(Configuration configuration,
XNode context,
Class<?> parameterType) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,XNode> |
Configuration.sqlFragments |
Modifier and Type | Method and Description |
---|---|
Map<String,XNode> |
Configuration.getSqlFragments() |
Copyright © 2010–2015 MyBatis.org. All rights reserved.