public class XMLMapperGenerator extends AbstractXmlGenerator
context, introspectedTable, progressCallback, warnings
Constructor and Description |
---|
XMLMapperGenerator() |
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings
protected XmlElement getSqlMapElement()
protected void addResultMapWithoutBLOBsElement(XmlElement parentElement)
protected void addResultMapWithBLOBsElement(XmlElement parentElement)
protected void addExampleWhereClauseElement(XmlElement parentElement)
protected void addMyBatis3UpdateByExampleWhereClauseElement(XmlElement parentElement)
protected void addBaseColumnListElement(XmlElement parentElement)
protected void addBlobColumnListElement(XmlElement parentElement)
protected void addSelectByExampleWithoutBLOBsElement(XmlElement parentElement)
protected void addSelectByExampleWithBLOBsElement(XmlElement parentElement)
protected void addSelectByPrimaryKeyElement(XmlElement parentElement)
protected void addDeleteByExampleElement(XmlElement parentElement)
protected void addDeleteByPrimaryKeyElement(XmlElement parentElement)
protected void addInsertElement(XmlElement parentElement)
protected void addInsertSelectiveElement(XmlElement parentElement)
protected void addCountByExampleElement(XmlElement parentElement)
protected void addUpdateByExampleSelectiveElement(XmlElement parentElement)
protected void addUpdateByExampleWithBLOBsElement(XmlElement parentElement)
protected void addUpdateByExampleWithoutBLOBsElement(XmlElement parentElement)
protected void addUpdateByPrimaryKeySelectiveElement(XmlElement parentElement)
protected void addUpdateByPrimaryKeyWithBLOBsElement(XmlElement parentElement)
protected void addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement parentElement)
protected void initializeAndExecuteGenerator(AbstractXmlElementGenerator elementGenerator, XmlElement parentElement)
public Document getDocument()
getDocument
in class AbstractXmlGenerator
Copyright © 2010–2018 MyBatis.org. All rights reserved.