Package | Description |
---|---|
org.apache.ibatis.builder.xml |
TODO fillme.
|
org.apache.ibatis.parsing |
TODO fillme.
|
org.apache.ibatis.scripting | |
org.apache.ibatis.scripting.defaults | |
org.apache.ibatis.scripting.xmltags | |
org.apache.ibatis.session |
TODO fillme.
|
Modifier and Type | Method and Description |
---|---|
XNode |
XMLMapperBuilder.getSqlFragment(String refid) |
Modifier and Type | Method and Description |
---|---|
void |
XMLStatementBuilder.parseSelectKeyNode(String id,
XNode nodeToHandle,
Class<?> parameterTypeClass,
LanguageDriver langDriver,
String databaseId) |
Modifier and Type | Method and Description |
---|---|
void |
XMLStatementBuilder.parseSelectKeyNodes(String parentId,
List<XNode> list,
Class<?> parameterTypeClass,
LanguageDriver langDriver,
String skRequiredDatabaseId) |
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) |
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–2013 MyBatis.org. All rights reserved.