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) |
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() |
Modifier and Type | Method and Description |
---|---|
static XmlFormatter |
ObjectFactory.createXmlFormatter(Context context) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.