public class MixedMapperGenerator extends XMLMapperGenerator
context, introspectedTable, progressCallback, warnings| Constructor and Description |
|---|
MixedMapperGenerator() |
| Modifier and Type | Method and Description |
|---|---|
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) |
addBaseColumnListElement, addBlobColumnListElement, addCountByExampleElement, addDeleteByExampleElement, addExampleWhereClauseElement, addInsertSelectiveElement, addMyBatis3UpdateByExampleWhereClauseElement, addResultMapWithBLOBsElement, addResultMapWithoutBLOBsElement, addSelectByExampleWithBLOBsElement, addSelectByExampleWithoutBLOBsElement, addUpdateByExampleSelectiveElement, addUpdateByExampleWithBLOBsElement, addUpdateByExampleWithoutBLOBsElement, addUpdateByPrimaryKeySelectiveElement, getDocument, getSqlMapElement, initializeAndExecuteGeneratorgetContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarningsprotected void addSelectByPrimaryKeyElement(XmlElement parentElement)
addSelectByPrimaryKeyElement in class XMLMapperGeneratorprotected void addDeleteByPrimaryKeyElement(XmlElement parentElement)
addDeleteByPrimaryKeyElement in class XMLMapperGeneratorprotected void addInsertElement(XmlElement parentElement)
addInsertElement in class XMLMapperGeneratorprotected void addUpdateByPrimaryKeyWithBLOBsElement(XmlElement parentElement)
addUpdateByPrimaryKeyWithBLOBsElement in class XMLMapperGeneratorprotected void addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement parentElement)
addUpdateByPrimaryKeyWithoutBLOBsElement in class XMLMapperGeneratorCopyright © 2006–2016 MyBatis.org. All rights reserved.