| Package | Description |
|---|---|
| org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
| org.mybatis.generator.api.dom | |
| org.mybatis.generator.api.dom.xml.render | |
| org.mybatis.generator.codegen | |
| org.mybatis.generator.codegen.mybatis3.xmlmapper | |
| org.mybatis.generator.plugins |
| Modifier and Type | Method and Description |
|---|---|
String |
XmlFormatter.getFormattedContent(Document document) |
default boolean |
Plugin.sqlMapDocumentGenerated(Document document,
IntrospectedTable introspectedTable)
This method is called when the SqlMap document has been generated.
|
boolean |
CompositePlugin.sqlMapDocumentGenerated(Document document,
IntrospectedTable introspectedTable) |
| Constructor and Description |
|---|
GeneratedXmlFile(Document document,
String fileName,
String targetPackage,
String targetProject,
boolean isMergeable,
XmlFormatter xmlFormatter) |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultXmlFormatter.getFormattedContent(Document document) |
| Modifier and Type | Method and Description |
|---|---|
String |
DocumentRenderer.render(Document document) |
| Modifier and Type | Method and Description |
|---|---|
abstract Document |
AbstractXmlGenerator.getDocument() |
| Modifier and Type | Method and Description |
|---|---|
Document |
SimpleXMLMapperGenerator.getDocument() |
Document |
XMLMapperGenerator.getDocument() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CachePlugin.sqlMapDocumentGenerated(Document document,
IntrospectedTable introspectedTable) |
boolean |
RowBoundsPlugin.sqlMapDocumentGenerated(Document document,
IntrospectedTable introspectedTable)
We'll override this method and add any new elements generated by
previous calls.
|
Copyright © 2006–2025 MyBatis.org. All rights reserved.