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