public class MixedMapperGenerator extends XMLMapperGenerator
context, introspectedTable, progressCallback, warnings| 构造器和说明 |
|---|
MixedMapperGenerator() |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
protected void addDeleteByPrimaryKeyElement(XmlElement parentElement)
protected void addInsertElement(XmlElement parentElement)
addInsertElement 在类中 XMLMapperGeneratorprotected void addUpdateByPrimaryKeyWithBLOBsElement(XmlElement parentElement)
protected void addUpdateByPrimaryKeyWithoutBLOBsElement(XmlElement parentElement)
Copyright © 2006–2016 MyBatis.org. All rights reserved.