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, initializeAndExecuteGenerator
getContext, getIntrospectedTable, getProgressCallback, getWarnings, setContext, setIntrospectedTable, setProgressCallback, setWarnings
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
Copyright © 2010–2018 MyBatis.org. All rights reserved.