|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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
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.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 |
---|
public MixedMapperGenerator()
Method Detail |
---|
protected void addSelectByPrimaryKeyElement(XmlElement parentElement)
addSelectByPrimaryKeyElement
in class XMLMapperGenerator
protected void addDeleteByPrimaryKeyElement(XmlElement parentElement)
addDeleteByPrimaryKeyElement
in class XMLMapperGenerator
protected void addInsertElement(XmlElement parentElement)
addInsertElement
in class XMLMapperGenerator
protected void addUpdateByPrimaryKeyWithBLOBsElement(XmlElement parentElement)
addUpdateByPrimaryKeyWithBLOBsElement
in class XMLMapperGenerator
protected void addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement parentElement)
addUpdateByPrimaryKeyWithoutBLOBsElement
in class XMLMapperGenerator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |