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.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 |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
---|---|
abstract Document |
AbstractXmlGenerator.getDocument() |
Modifier and Type | Method and Description |
---|---|
Document |
SqlMapGenerator.getDocument() |
Modifier and Type | Method and Description |
---|---|
Document |
XMLMapperGenerator.getDocument() |
Document |
SimpleXMLMapperGenerator.getDocument() |
Modifier and Type | Method and Description |
---|---|
Document |
Configuration.toDocument()
Builds an XML representation of this configuration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PluginAggregator.sqlMapDocumentGenerated(Document document,
IntrospectedTable introspectedTable) |
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 © 2010–2018 MyBatis.org. All rights reserved.