| 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.config | |
| org.mybatis.generator.internal |
| Constructor and Description |
|---|
GeneratedXmlFile(Document document,
String fileName,
String targetPackage,
String targetProject,
boolean isMergeable,
XmlFormatter xmlFormatter)
Instantiates a new generated xml file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultXmlFormatter
This class is the default formatter for generated XML.
|
| Modifier and Type | Method and Description |
|---|---|
XmlFormatter |
Context.getXmlFormatter()
Gets the xml formatter.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlFormatter |
ObjectFactory.createXmlFormatter(Context context)
Creates a new Object object.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.