| 程序包 | 说明 |
|---|---|
| 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 |
| 构造器和说明 |
|---|
GeneratedXmlFile(Document document,
String fileName,
String targetPackage,
String targetProject,
boolean isMergeable,
XmlFormatter xmlFormatter)
Instantiates a new generated xml file.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultXmlFormatter
This class is the default formatter for generated XML.
|
| 限定符和类型 | 方法和说明 |
|---|---|
XmlFormatter |
Context.getXmlFormatter()
Gets the xml formatter.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static XmlFormatter |
ObjectFactory.createXmlFormatter(Context context)
Creates a new Object object.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.