Class SimpleXMLMapperGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.AbstractXmlGenerator
org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
-
Field Summary
Fields inherited from class org.mybatis.generator.codegen.AbstractGenerator
context, introspectedTable, progressCallback, warnings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddDeleteByPrimaryKeyElement(XmlElement parentElement) protected voidaddInsertElement(XmlElement parentElement) protected voidaddResultMapElement(XmlElement parentElement) protected voidaddSelectAllElement(XmlElement parentElement) protected voidaddSelectByPrimaryKeyElement(XmlElement parentElement) protected voidaddUpdateByPrimaryKeyElement(XmlElement parentElement) protected XmlElementprotected voidinitializeAndExecuteGenerator(AbstractXmlElementGenerator elementGenerator, XmlElement parentElement) Methods inherited from class org.mybatis.generator.codegen.AbstractGenerator
setContext, setIntrospectedTable, setProgressCallback, setWarnings
-
Constructor Details
-
SimpleXMLMapperGenerator
public SimpleXMLMapperGenerator()
-
-
Method Details
-
getSqlMapElement
-
addResultMapElement
-
addSelectByPrimaryKeyElement
-
addSelectAllElement
-
addDeleteByPrimaryKeyElement
-
addInsertElement
-
addUpdateByPrimaryKeyElement
-
initializeAndExecuteGenerator
protected void initializeAndExecuteGenerator(AbstractXmlElementGenerator elementGenerator, XmlElement parentElement) -
getDocument
- Specified by:
getDocumentin classAbstractXmlGenerator
-