org.mybatis.generator.codegen.mybatis3.xmlmapper
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
public class XMLMapperGenerator
- extends AbstractXmlGenerator
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLMapperGenerator
public XMLMapperGenerator()
getSqlMapElement
protected XmlElement getSqlMapElement()
addResultMapWithoutBLOBsElement
protected void addResultMapWithoutBLOBsElement(XmlElement parentElement)
addResultMapWithBLOBsElement
protected void addResultMapWithBLOBsElement(XmlElement parentElement)
addExampleWhereClauseElement
protected void addExampleWhereClauseElement(XmlElement parentElement)
addMyBatis3UpdateByExampleWhereClauseElement
protected void addMyBatis3UpdateByExampleWhereClauseElement(XmlElement parentElement)
addBaseColumnListElement
protected void addBaseColumnListElement(XmlElement parentElement)
addBlobColumnListElement
protected void addBlobColumnListElement(XmlElement parentElement)
addSelectByExampleWithoutBLOBsElement
protected void addSelectByExampleWithoutBLOBsElement(XmlElement parentElement)
addSelectByExampleWithBLOBsElement
protected void addSelectByExampleWithBLOBsElement(XmlElement parentElement)
addSelectByPrimaryKeyElement
protected void addSelectByPrimaryKeyElement(XmlElement parentElement)
addDeleteByExampleElement
protected void addDeleteByExampleElement(XmlElement parentElement)
addDeleteByPrimaryKeyElement
protected void addDeleteByPrimaryKeyElement(XmlElement parentElement)
addInsertElement
protected void addInsertElement(XmlElement parentElement)
addInsertSelectiveElement
protected void addInsertSelectiveElement(XmlElement parentElement)
addCountByExampleElement
protected void addCountByExampleElement(XmlElement parentElement)
addUpdateByExampleSelectiveElement
protected void addUpdateByExampleSelectiveElement(XmlElement parentElement)
addUpdateByExampleWithBLOBsElement
protected void addUpdateByExampleWithBLOBsElement(XmlElement parentElement)
addUpdateByExampleWithoutBLOBsElement
protected void addUpdateByExampleWithoutBLOBsElement(XmlElement parentElement)
addUpdateByPrimaryKeySelectiveElement
protected void addUpdateByPrimaryKeySelectiveElement(XmlElement parentElement)
addUpdateByPrimaryKeyWithBLOBsElement
protected void addUpdateByPrimaryKeyWithBLOBsElement(XmlElement parentElement)
addUpdateByPrimaryKeyWithoutBLOBsElement
protected void addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement parentElement)
initializeAndExecuteGenerator
protected void initializeAndExecuteGenerator(AbstractXmlElementGenerator elementGenerator,
XmlElement parentElement)
getDocument
public Document getDocument()
- Specified by:
getDocument
in class AbstractXmlGenerator
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.