public class XMLOperatorMapperGenerator
extends org.mybatis.generator.codegen.AbstractXmlGenerator
Description:
| 构造器和说明 |
|---|
XMLOperatorMapperGenerator() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addBaseColumnListElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addBlobColumnListElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addConditionWhereClauseElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addCountByConditionElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addDeleteByConditionElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addDeleteByPrimaryKeyElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addEntityByConditionElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addEntityByPrimaryKeyElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addInsertBatchElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addInsertElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addInsertSelectiveElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addResultMapElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addSelectByConditionElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addUpdateByConditionElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addUpdateByConditionSelectiveElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addUpdateByPrimaryKeyElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected void |
addUpdateByPrimaryKeySelectiveElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
org.mybatis.generator.api.dom.xml.Document |
getDocument() |
protected org.mybatis.generator.api.dom.xml.XmlElement |
getSqlMapElement() |
protected void |
initializeAndExecuteGenerator(org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator elementGenerator,
org.mybatis.generator.api.dom.xml.XmlElement parentElement) |
protected org.mybatis.generator.api.dom.xml.XmlElement getSqlMapElement()
protected void addResultMapElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addBaseColumnListElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addBlobColumnListElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addConditionWhereClauseElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addInsertElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addInsertSelectiveElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addInsertBatchElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addDeleteByConditionElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addDeleteByPrimaryKeyElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addUpdateByPrimaryKeyElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addUpdateByPrimaryKeySelectiveElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addUpdateByConditionElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addUpdateByConditionSelectiveElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addEntityByPrimaryKeyElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addEntityByConditionElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addSelectByConditionElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void addCountByConditionElement(org.mybatis.generator.api.dom.xml.XmlElement parentElement)
protected void initializeAndExecuteGenerator(org.mybatis.generator.codegen.mybatis3.xmlmapper.elements.AbstractXmlElementGenerator elementGenerator,
org.mybatis.generator.api.dom.xml.XmlElement parentElement)
public org.mybatis.generator.api.dom.xml.Document getDocument()
getDocument 在类中 org.mybatis.generator.codegen.AbstractXmlGeneratorCopyright © 2019. All rights reserved.