Class XMLMapperGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.AbstractXmlGenerator
org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
- Direct Known Subclasses:
MixedMapperGenerator
-
Field Summary
Fields inherited from class org.mybatis.generator.codegen.AbstractGenerator
context, introspectedTable, progressCallback, warnings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddBaseColumnListElement(XmlElement parentElement) protected voidaddBlobColumnListElement(XmlElement parentElement) protected voidaddCountByExampleElement(XmlElement parentElement) protected voidaddDeleteByExampleElement(XmlElement parentElement) protected voidaddDeleteByPrimaryKeyElement(XmlElement parentElement) protected voidaddExampleWhereClauseElement(XmlElement parentElement) protected voidaddInsertElement(XmlElement parentElement) protected voidaddInsertSelectiveElement(XmlElement parentElement) protected voidaddMyBatis3UpdateByExampleWhereClauseElement(XmlElement parentElement) protected voidaddResultMapWithBLOBsElement(XmlElement parentElement) protected voidaddResultMapWithoutBLOBsElement(XmlElement parentElement) protected voidaddSelectByExampleWithBLOBsElement(XmlElement parentElement) protected voidaddSelectByExampleWithoutBLOBsElement(XmlElement parentElement) protected voidaddSelectByPrimaryKeyElement(XmlElement parentElement) protected voidaddUpdateByExampleSelectiveElement(XmlElement parentElement) protected voidaddUpdateByExampleWithBLOBsElement(XmlElement parentElement) protected voidaddUpdateByExampleWithoutBLOBsElement(XmlElement parentElement) protected voidaddUpdateByPrimaryKeySelectiveElement(XmlElement parentElement) protected voidaddUpdateByPrimaryKeyWithBLOBsElement(XmlElement parentElement) protected voidaddUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement parentElement) protected XmlElementprotected voidinitializeAndExecuteGenerator(AbstractXmlElementGenerator elementGenerator, XmlElement parentElement) Methods inherited from class org.mybatis.generator.codegen.AbstractGenerator
setContext, setIntrospectedTable, setProgressCallback, setWarnings
-
Constructor Details
-
XMLMapperGenerator
public XMLMapperGenerator()
-
-
Method Details
-
getSqlMapElement
-
addResultMapWithoutBLOBsElement
-
addResultMapWithBLOBsElement
-
addExampleWhereClauseElement
-
addMyBatis3UpdateByExampleWhereClauseElement
-
addBaseColumnListElement
-
addBlobColumnListElement
-
addSelectByExampleWithoutBLOBsElement
-
addSelectByExampleWithBLOBsElement
-
addSelectByPrimaryKeyElement
-
addDeleteByExampleElement
-
addDeleteByPrimaryKeyElement
-
addInsertElement
-
addInsertSelectiveElement
-
addCountByExampleElement
-
addUpdateByExampleSelectiveElement
-
addUpdateByExampleWithBLOBsElement
-
addUpdateByExampleWithoutBLOBsElement
-
addUpdateByPrimaryKeySelectiveElement
-
addUpdateByPrimaryKeyWithBLOBsElement
-
addUpdateByPrimaryKeyWithoutBLOBsElement
-
initializeAndExecuteGenerator
protected void initializeAndExecuteGenerator(AbstractXmlElementGenerator elementGenerator, XmlElement parentElement) -
getDocument
- Specified by:
getDocumentin classAbstractXmlGenerator
-