| 程序包 | 说明 |
|---|---|
| org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
| org.mybatis.generator.api.dom | |
| org.mybatis.generator.codegen | |
| org.mybatis.generator.codegen.ibatis2.sqlmap | |
| org.mybatis.generator.codegen.mybatis3.xmlmapper | |
| org.mybatis.generator.config | |
| org.mybatis.generator.internal | |
| org.mybatis.generator.plugins |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
XmlFormatter.getFormattedContent(Document document) |
boolean |
PluginAdapter.sqlMapDocumentGenerated(Document document,
IntrospectedTable introspectedTable) |
boolean |
Plugin.sqlMapDocumentGenerated(Document document,
IntrospectedTable introspectedTable)
This method is called when the SqlMap document has been generated.
|
| 构造器和说明 |
|---|
GeneratedXmlFile(Document document,
String fileName,
String targetPackage,
String targetProject,
boolean isMergeable,
XmlFormatter xmlFormatter)
Instantiates a new generated xml file.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
DefaultXmlFormatter.getFormattedContent(Document document) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Document |
AbstractXmlGenerator.getDocument() |
| 限定符和类型 | 方法和说明 |
|---|---|
Document |
SqlMapGenerator.getDocument() |
| 限定符和类型 | 方法和说明 |
|---|---|
Document |
XMLMapperGenerator.getDocument() |
Document |
SimpleXMLMapperGenerator.getDocument() |
| 限定符和类型 | 方法和说明 |
|---|---|
Document |
Configuration.toDocument()
Builds an XML representation of this configuration.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
PluginAggregator.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
|
boolean |
CachePlugin.sqlMapDocumentGenerated(Document document,
IntrospectedTable introspectedTable) |
Copyright © 2006–2016 MyBatis.org. All rights reserved.