org.mybatis.generator.codegen.mybatis3.xmlmapper
Class MixedMapperGenerator

java.lang.Object
  extended by org.mybatis.generator.codegen.AbstractGenerator
      extended by org.mybatis.generator.codegen.AbstractXmlGenerator
          extended by org.mybatis.generator.codegen.mybatis3.xmlmapper.XMLMapperGenerator
              extended by org.mybatis.generator.codegen.mybatis3.xmlmapper.MixedMapperGenerator

public class MixedMapperGenerator
extends XMLMapperGenerator

Author:
Jeff Butler

Field Summary
 
Fields inherited from class org.mybatis.generator.codegen.AbstractGenerator
context, introspectedTable, progressCallback, warnings
 
Constructor Summary
MixedMapperGenerator()
           
 
Method Summary
protected  void addDeleteByPrimaryKeyElement(XmlElement parentElement)
           
protected  void addInsertElement(XmlElement parentElement)
           
protected  void addSelectByPrimaryKeyElement(XmlElement parentElement)
           
protected  void addUpdateByPrimaryKeyWithBLOBsElement(XmlElement parentElement)
           
protected  void addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement parentElement)
           
 
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 org.mybatis.generator.codegen.AbstractGenerator
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MixedMapperGenerator

public MixedMapperGenerator()
Method Detail

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.