org.mybatis.generator.codegen.mybatis3.xmlmapper
Class SimpleXMLMapperGenerator
java.lang.Object
org.mybatis.generator.codegen.AbstractGenerator
org.mybatis.generator.codegen.AbstractXmlGenerator
org.mybatis.generator.codegen.mybatis3.xmlmapper.SimpleXMLMapperGenerator
public class SimpleXMLMapperGenerator
- extends AbstractXmlGenerator
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleXMLMapperGenerator
public SimpleXMLMapperGenerator()
getSqlMapElement
protected XmlElement getSqlMapElement()
addResultMapElement
protected void addResultMapElement(XmlElement parentElement)
addSelectByPrimaryKeyElement
protected void addSelectByPrimaryKeyElement(XmlElement parentElement)
addSelectAllElement
protected void addSelectAllElement(XmlElement parentElement)
addDeleteByPrimaryKeyElement
protected void addDeleteByPrimaryKeyElement(XmlElement parentElement)
addInsertElement
protected void addInsertElement(XmlElement parentElement)
addUpdateByPrimaryKeyElement
protected void addUpdateByPrimaryKeyElement(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.